13 calls to drupal_register_shutdown_function()
- DrupalWebTestCase::prepareEnvironment in modules/
simpletest/ drupal_web_test_case.php - Prepares the current environment for running the test.
- DrupalWebTestCase::tearDown in modules/
simpletest/ drupal_web_test_case.php - Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
- hook_boot in modules/
system/ system.api.php - Perform setup tasks for all page requests.
- menu_cache_clear in includes/
menu.inc - Clears the cached data for a single named menu.
- search_cron in modules/
search/ search.module - Implements hook_cron().
- system_test_page_shutdown_functions in modules/
simpletest/ tests/ system_test.module - A simple page callback which adds a register shutdown function.
- _batch_page in includes/
batch.inc - Renders the batch processing page based on the current state of the batch.
- _drupal_log_error in includes/
errors.inc - Logs a PHP error or exception and displays an error page in fatal cases.
- _drupal_session_read in includes/
session.inc - Reads an entire session from the database (internal use only).
- _drupal_shutdown_function in includes/
bootstrap.inc - Executes registered shutdown functions.
- _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.
- _system_test_first_shutdown_function in modules/
simpletest/ tests/ system_test.module - Dummy shutdown function which registers another shutdown function.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.