| CronTest.php |
file |
core/tests/Drupal/Tests/Core/CronTest.php |
|
| CronTest::$claimTime |
property |
core/tests/Drupal/Tests/Core/CronTest.php |
Define the duration of each item claim for this test. |
| CronTest::$cron |
property |
core/tests/Drupal/Tests/Core/CronTest.php |
An instance of the Cron class for testing. |
| CronTest::$queue |
property |
core/tests/Drupal/Tests/Core/CronTest.php |
The queue used to store test work items. |
| CronTest::$state |
property |
core/tests/Drupal/Tests/Core/CronTest.php |
The current state of the test in memory. |
| CronTest::processQueuesTestData |
function |
core/tests/Drupal/Tests/Core/CronTest.php |
Data provider for ::testProcessQueues() method. |
| CronTest::REQUEUE_COUNT |
constant |
core/tests/Drupal/Tests/Core/CronTest.php |
|
| CronTest::resetTestingState |
function |
core/tests/Drupal/Tests/Core/CronTest.php |
Resets the testing state. |
| CronTest::setUp |
function |
core/tests/Drupal/Tests/Core/CronTest.php |
|
| CronTest::testProcessQueues |
function |
core/tests/Drupal/Tests/Core/CronTest.php |
Tests the ::processQueues() method. |
| CronTest::testRequeueException |
function |
core/tests/Drupal/Tests/Core/CronTest.php |
Verify that RequeueException causes an item to be processed multiple times. |
| cron_queue_test.info.yml |
file |
core/modules/system/tests/modules/cron_queue_test/cron_queue_test.info.yml |
core/modules/system/tests/modules/cron_queue_test/cron_queue_test.info.yml |
| d6_system_cron.yml |
file |
core/modules/system/migrations/d6_system_cron.yml |
core/modules/system/migrations/d6_system_cron.yml |
| d7_system_cron.yml |
file |
core/modules/system/migrations/d7_system_cron.yml |
core/modules/system/migrations/d7_system_cron.yml |
| DblogHooks::cron |
function |
core/modules/dblog/src/Hook/DblogHooks.php |
Implements hook_cron(). |
| DbLogTest::runCron |
function |
core/modules/dblog/tests/src/Kernel/DbLogTest.php |
Runs cron and returns number of new log entries. |
| DbLogTest::testDbLogCron |
function |
core/modules/dblog/tests/src/Kernel/DbLogTest.php |
Tests that cron correctly applies the database log row limit. |
| DeleteTest::testCronDeleteNonExistingTemporary |
function |
core/modules/file/tests/src/Kernel/DeleteTest.php |
Tries to run cron deletion on file deleted from the file-system. |
| Drupal\workspaces\WorkspacesCron |
service |
core/modules/workspaces/workspaces.services.yml |
|
| hook_cron |
function |
core/core.api.php |
Perform periodic actions. |
| LayoutBuilderHooks::cron |
function |
core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php |
Implements hook_cron(). |
| LocaleCronHooks |
class |
core/modules/locale/src/Hook/LocaleCronHooks.php |
Cron Hook implementation for locale. |
| LocaleCronHooks.php |
file |
core/modules/locale/src/Hook/LocaleCronHooks.php |
|
| LocaleCronHooks::cron |
function |
core/modules/locale/src/Hook/LocaleCronHooks.php |
Implements hook_cron(). |
| LocaleCronHooks::__construct |
function |
core/modules/locale/src/Hook/LocaleCronHooks.php |
|
| LocaleUpdateCronTest |
class |
core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php |
Tests for using cron to update project interface translations. |
| LocaleUpdateCronTest.php |
file |
core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php |
|
| LocaleUpdateCronTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php |
The theme to install as the default for testing. |
| LocaleUpdateCronTest::setUp |
function |
core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php |
|
| LocaleUpdateCronTest::testUpdateCron |
function |
core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php |
Tests interface translation update using cron. |
| locale_cron_fill_queue |
function |
core/modules/locale/locale.translation.inc |
Populate a queue with project to check for translation updates. |
| logger.channel.cron |
service |
core/core.services.yml |
|
| NodeSearchHooks::cron |
function |
core/modules/node/src/Hook/NodeSearchHooks.php |
Implements hook_cron(). |
| NodeSearchHooks::cron |
function |
core/modules/search/modules/search_node/src/Hook/NodeSearchHooks.php |
Implements hook_cron(). |
| QueueWorker::$cron |
property |
core/lib/Drupal/Core/Annotation/QueueWorker.php |
An optional associative array of settings for cron. |
| QueueWorkerManagerInterface::DEFAULT_QUEUE_CRON_TIME |
constant |
core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php |
The default time duration in seconds spent calling a queue worker. |
| SandboxManagerBaseTest::testStageDirectoryDeletedDuringCron |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Tests that destroyed stage directories are actually deleted during cron. |
| SearchHooks::cron |
function |
core/modules/search/src/Hook/SearchHooks.php |
Implements hook_cron(). |
| system.cron.yml |
file |
core/profiles/standard/config/install/system.cron.yml |
core/profiles/standard/config/install/system.cron.yml |
| system.cron.yml |
file |
core/profiles/tests/testing_config_overrides/config/install/system.cron.yml |
core/profiles/tests/testing_config_overrides/config/install/system.cron.yml |
| system.cron.yml |
file |
core/modules/config/tests/config_override_test/config/install/system.cron.yml |
core/modules/config/tests/config_override_test/config/install/system.cron.yml |
| system.cron.yml |
file |
core/modules/system/config/install/system.cron.yml |
core/modules/system/config/install/system.cron.yml |
| system.cron.yml |
file |
core/tests/fixtures/config_install/testing_config_install/system.cron.yml |
core/tests/fixtures/config_install/testing_config_install/system.cron.yml |
| system.cron.yml |
file |
core/tests/fixtures/config_install/multilingual/system.cron.yml |
core/tests/fixtures/config_install/multilingual/system.cron.yml |
| SystemHooks::cron |
function |
core/modules/system/src/Hook/SystemHooks.php |
Implements hook_cron(). |
| UpdateCronHooks |
class |
core/modules/update/src/Hook/UpdateCronHooks.php |
Hook implementations for update. |
| UpdateCronHooks.php |
file |
core/modules/update/src/Hook/UpdateCronHooks.php |
|
| UpdateCronHooks::cron |
function |
core/modules/update/src/Hook/UpdateCronHooks.php |
Implements hook_cron(). |
| UpdateCronHooks::notify |
function |
core/modules/update/src/Hook/UpdateCronHooks.php |
Performs any notifications that should be done once cron fetches new data. |
| UpdateCronHooks::__construct |
function |
core/modules/update/src/Hook/UpdateCronHooks.php |
|