Search for shutdown
- Search 7.x for shutdown
- Search 9.5.x for shutdown
- Search 8.9.x for shutdown
- Search 10.3.x for shutdown
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BrowserTestBase::$originalShutdownCallbacks | property | core/ |
The original array of shutdown function callbacks. |
Database::commitAllOnShutdown | function | core/ |
Calls commitAll() on all the open connections. |
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 install. |
ShutdownFunctionsTest::tearDown | function | core/ |
|
ShutdownFunctionsTest::testShutdownFunctions | function | core/ |
Tests shutdown functions. |
ShutdownFunctionTest | class | core/ |
Tests. |
ShutdownFunctionTest.php | file | core/ |
|
ShutdownFunctionTest::$shutDownOneCalled | property | core/ |
Flag to indicate if ::shutdownOne() called. |
ShutdownFunctionTest::$shutDownTwoCalled | property | core/ |
Flag to indicate if ::shutdownTwo() called. |
ShutdownFunctionTest::shutdownOne | function | core/ |
Tests shutdown functions by registering another shutdown function. |
ShutdownFunctionTest::shutdownTwo | function | core/ |
Tests shutdown functions by being registered during shutdown. |
ShutdownFunctionTest::testShutdownFunctionInShutdownFunction | function | core/ |
Tests that shutdown functions can be added by other shutdown functions. |
SystemTestController::shutdownFunctions | function | core/ |
A simple page callback which adds a register shutdown function. |
TestSiteInstallCommand::$originalShutdownCallbacks | property | core/ |
The original array of shutdown function callbacks. |
UpdateKernel::shutdownSession | function | core/ |
Ensures that the session is saved. |
_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.