Search for shutdown
- Search 9.5.x for shutdown
- Search 8.9.x for shutdown
- Search 10.3.x for shutdown
- Search 11.x for shutdown
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DrupalWebTestCase::$originalShutdownCallbacks | property | modules/ |
The original shutdown handlers array, before it was cleaned for testing purposes. |
drupal_register_shutdown_function | function | includes/ |
Registers a function for execution on shutdown. |
ShutdownFunctionsTest | class | modules/ |
Functional tests shutdown functions. |
ShutdownFunctionsTest::getInfo | function | modules/ |
|
ShutdownFunctionsTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ShutdownFunctionsTest::testShutdownFunctions | function | modules/ |
Test shutdown functions. |
system_test_page_shutdown_functions | function | modules/ |
A simple page callback which adds a register shutdown function. |
_batch_shutdown | function | includes/ |
Shutdown function: Stores the current batch data for the next request. |
_drupal_shutdown_function | function | includes/ |
Executes registered shutdown functions. |
_system_test_first_shutdown_function | function | modules/ |
Dummy shutdown function which registers another shutdown function. |
_system_test_second_shutdown_function | function | modules/ |
Dummy shutdown function. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.