_backdrop_session_read in includes/session.inc
Reads an entire session from the database (internal use only).
_backdrop_shutdown_function in includes/bootstrap.inc
Executes registered shutdown functions.
BackdropWebTestCaseCache::tearDown in modules/simpletest/backdrop_web_test_case_cache.php
Reset the database prefix and global config.
BackdropWebTestCase::prepareEnvironment in modules/simpletest/backdrop_web_test_case.php
Prepares the current environment for running the test.
BackdropWebTestCase::tearDown in modules/simpletest/backdrop_web_test_case.php
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
drupal_register_shutdown_function in includes/drupal.inc
Registers a function for execution on shutdown.
entity_modules_uninstalled in modules/entity/entity.module
Implements hook_modules_uninstalled().
hook_boot in modules/system/system.api.php
Perform setup tasks for all page requests.
_lock_id in includes/lock.inc
Helper function to get this request's unique id.
_menu_clear_page_cache in includes/menu.inc
Clears the page and block caches at most twice per page load.
node_show in modules/node/node.module
Page callback: Generates an array which displays a node detail page.
search_cron in modules/search/search.module
Implements hook_cron().
_system_test_first_shutdown_function in modules/simpletest/tests/system_test.module
Dummy shutdown function which registers another shutdown function.
system_test_page_shutdown_functions in modules/simpletest/tests/system_test.module
A simple page callback which adds a register shutdown function.