You are here

10 calls to drupal_register_shutdown_function() in Zircon Profile 8

DatabaseLockBackend::__construct in core/lib/Drupal/Core/Lock/DatabaseLockBackend.php
Constructs a new DatabaseLockBackend.
KernelTestBase::assertPostConditions in core/tests/Drupal/KernelTests/KernelTestBase.php
MemcacheLockBackend::__construct in modules/memcache/src/MemcacheLockBackend.php
Constructs a new MemcacheLockBackend.
search_cron in core/modules/search/search.module
Implements hook_cron().
SystemTestController::shutdownFunctions in core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php
A simple page callback which adds a register shutdown function.
TestBase::prepareEnvironment in core/modules/simpletest/src/TestBase.php
Prepares the current environment for running the test.
TestBase::restoreEnvironment in core/modules/simpletest/src/TestBase.php
Cleans up the test environment and restores the original environment.
_batch_page in core/includes/batch.inc
Renders the batch processing page based on the current state of the batch.
_drupal_shutdown_function in core/includes/bootstrap.inc
Executes registered shutdown functions.
_system_test_first_shutdown_function in core/modules/system/tests/modules/system_test/system_test.module
Dummy shutdown function which registers another shutdown function.