CronTest |
class |
core/tests/Drupal/Tests/Core/CronTest.php |
Tests the Cron class. |
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. |
FieldHooks::cron |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_cron(). |
HistoryHooks::cron |
function |
core/modules/history/src/Hook/HistoryHooks.php |
Implements hook_cron(). |
hook_cron |
function |
core/core.api.php |
Perform periodic actions. |
LayoutBuilderHooks::cron |
function |
core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php |
Implements hook_cron(). |
LocaleHooks::cron |
function |
core/modules/locale/src/Hook/LocaleHooks.php |
Implements hook_cron(). |
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. |
NodeHooks1::cron |
function |
core/modules/node/src/Hook/NodeHooks1.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. |
SearchHooks::cron |
function |
core/modules/search/src/Hook/SearchHooks.php |
Implements hook_cron(). |
StageBaseTest::testStageDirectoryDeletedDuringCron |
function |
core/modules/package_manager/tests/src/Kernel/StageBaseTest.php |
Tests that destroyed stage directories are actually deleted during cron. |
statistics_cron |
function |
core/modules/statistics/statistics.module |
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/testing_config_overrides/config/install/system.cron.yml |
core/profiles/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 |
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 |
SystemHooks::cron |
function |
core/modules/system/src/Hook/SystemHooks.php |
Implements hook_cron(). |
TrackerTest::testTrackerCronIndexing |
function |
core/modules/tracker/tests/src/Functional/TrackerTest.php |
Tests that existing nodes are indexed by cron. |
tracker_cron |
function |
core/modules/tracker/tracker.module |
Implements hook_cron(). |
UpdateHooks::cron |
function |
core/modules/update/src/Hook/UpdateHooks.php |
Implements hook_cron(). |
UpdateMiscTest::testModulePageRunCron |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Checks that running cron updates the list of available updates. |
WorkspacesHooks::cron |
function |
core/modules/workspaces/src/Hook/WorkspacesHooks.php |
Implements hook_cron(). |
_update_cron_notify |
function |
core/modules/update/update.fetch.inc |
Performs any notifications that should be done once cron fetches new data. |