_batch_shutdown |
function |
drupal/core/includes/batch.inc |
Shutdown function: Stores the current batch data for the next request. |
Kernel::shutdown |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Shutdowns the kernel. |
Bundle::shutdown |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/Bundle.php |
Shutdowns the Bundle. |
ShutdownFunctionsTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/System/ShutdownFunctionsTest.php |
Functional tests shutdown functions. |
BundleInterface::shutdown |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/BundleInterface.php |
Shutdowns the Bundle. |
_drupal_shutdown_function |
function |
drupal/core/includes/bootstrap.inc |
Executes registered shutdown functions. |
KernelInterface::shutdown |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php |
Shutdowns the kernel. |
ShutdownFunctionsTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/System/ShutdownFunctionsTest.php |
Definition of Drupal\system\Tests\System\ShutdownFunctionsTest. |
ShutdownFunctionsTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/ShutdownFunctionsTest.php |
|
ShutdownFunctionsTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/System/ShutdownFunctionsTest.php |
Modules to enable. |
drupal_register_shutdown_function |
function |
drupal/core/includes/bootstrap.inc |
Registers a function for execution on shutdown. |
system_test_page_shutdown_functions |
function |
drupal/core/modules/system/tests/modules/system_test/system_test.module |
A simple page callback which adds a register shutdown function. |
_system_test_first_shutdown_function |
function |
drupal/core/modules/system/tests/modules/system_test/system_test.module |
Dummy shutdown function which registers another shutdown function. |
_system_test_second_shutdown_function |
function |
drupal/core/modules/system/tests/modules/system_test/system_test.module |
Dummy shutdown function. |
WebTestBase::$originalShutdownCallbacks |
property |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
The original shutdown handlers array, before it was cleaned for testing purposes. |
ShutdownFunctionsTest::testShutdownFunctions |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/ShutdownFunctionsTest.php |
Test shutdown functions. |
KernelTest::testShutdownCallsShutdownOnAllBundles |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
KernelTest::testShutdownGivesNullContainerToAllBundles |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|