Search for shutdown
- Search 7.x for shutdown
- Search 9.5.x for shutdown
- Search 10.3.x for shutdown
- Search 11.x for shutdown
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BrowserTestBase::$originalShutdownCallbacks | property | core/ |
The original array of shutdown function callbacks. |
DrupalKernel::shutdown | function | core/ |
Shuts down the kernel. |
DrupalKernelInterface::shutdown | function | core/ |
Shuts down the kernel. |
drupal_register_shutdown_function | function | core/ |
Registers a function for execution on shutdown. |
KernelTestBaseShutdownTest | class | core/ |
@coversDefaultClass \Drupal\KernelTests\KernelTestBase |
KernelTestBaseShutdownTest.php | file | core/ |
|
KernelTestBaseShutdownTest::$expectedShutdownCalled | property | core/ |
Indicates which shutdown functions are expected to be called. |
KernelTestBaseShutdownTest::$shutdownCalled | property | core/ |
Indicates which shutdown functions have been called. |
KernelTestBaseShutdownTest::assertPostConditions | function | core/ |
|
KernelTestBaseShutdownTest::setUp | function | core/ |
|
KernelTestBaseShutdownTest::shutdownFunction | function | core/ |
Registers that this shutdown function has been called. |
KernelTestBaseShutdownTest::shutdownFunction2 | function | core/ |
Registers that this shutdown function has been called. |
KernelTestBaseShutdownTest::testNoShutdownFunction | function | core/ |
@covers ::assertPostConditions |
KernelTestBaseShutdownTest::testShutdownFunction | function | core/ |
@covers ::assertPostConditions |
ShutdownFunctionsTest | class | core/ |
Functional tests shutdown functions. |
ShutdownFunctionsTest.php | file | core/ |
|
ShutdownFunctionsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ShutdownFunctionsTest::$modules | property | core/ |
Modules to enable. |
ShutdownFunctionsTest::tearDown | function | core/ |
|
ShutdownFunctionsTest::testShutdownFunctions | function | core/ |
Test shutdown functions. |
SystemTestController::shutdownFunctions | function | core/ |
A simple page callback which adds a register shutdown function. |
TestBase::$originalShutdownCallbacks | property | core/ |
The original array of shutdown function callbacks. |
UpdateKernel::shutdownSession | function | core/ |
Ensures that the session is saved. |
WebTestBase::$originalShutdownCallbacks | property | core/ |
The original shutdown handlers array, before it was cleaned for testing. |
_batch_shutdown | function | core/ |
Shutdown function: Stores the current batch data for the next request. |
_drupal_shutdown_function | function | core/ |
Executes registered shutdown functions. |
_drupal_shutdown_function_handle_exception | function | core/ |
Displays and logs any errors that may happen during shutdown. |
_system_test_first_shutdown_function | function | core/ |
Dummy shutdown function which registers another shutdown function. |
_system_test_second_shutdown_function | function | core/ |
Dummy shutdown function. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.