Search for cron

  1. Search 7.x for cron
  2. Search 9.5.x for cron
  3. Search 10.3.x for cron
  4. Search 11.x for cron
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
cron service core/core.services.yml Drupal\Core\Cron
Cron class core/lib/Drupal/Core/ProxyClass/Cron.php Provides a proxy class for \Drupal\Core\Cron.
Cron class core/lib/Drupal/Core/Cron.php The Drupal core Cron service.

All search results

Title Object type File name Summary
CronQueueTestBrokenQueue class core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestBrokenQueue.php Plugin annotation

@QueueWorker(
id = "cron_queue_test_broken_queue",
title = @Translation("Broken queue test"),
cron = {"time" = 60}
)
CronQueueTestBrokenQueue.php file core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestBrokenQueue.php
CronQueueTestBrokenQueue::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestBrokenQueue.php
CronQueueTestException class core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php Plugin annotation

@QueueWorker(
id = "cron_queue_test_exception",
title = @Translation("Exception test"),
cron = {"time" = 1}
)
CronQueueTestException.php file core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php
CronQueueTestException::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php
CronQueueTestRequeueException class core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php Plugin annotation

@QueueWorker(
id = "cron_queue_test_requeue_exception",
title = @Translation("RequeueException test"),
cron = {"time" = 60}
)
CronQueueTestRequeueException.php file core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php
CronQueueTestRequeueException::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php
CronRunTest class core/modules/system/tests/src/Functional/System/CronRunTest.php Tests cron runs.
CronRunTest.php file core/modules/system/tests/src/Functional/System/CronRunTest.php
CronRunTest::$defaultTheme property core/modules/system/tests/src/Functional/System/CronRunTest.php The theme to install as the default for testing.
CronRunTest::$modules property core/modules/system/tests/src/Functional/System/CronRunTest.php Modules to enable.
CronRunTest::testAutomatedCron function core/modules/system/tests/src/Functional/System/CronRunTest.php Ensure that the automated cron run module is working.
CronRunTest::testCronExceptions function core/modules/system/tests/src/Functional/System/CronRunTest.php Make sure exceptions thrown on hook_cron() don't affect other modules.
CronRunTest::testCronRun function core/modules/system/tests/src/Functional/System/CronRunTest.php Test cron runs.
CronRunTest::testCronUI function core/modules/system/tests/src/Functional/System/CronRunTest.php Make sure the cron UI reads from the state storage.
CronRunTest::testManualCron function core/modules/system/tests/src/Functional/System/CronRunTest.php Ensure that the manual cron run is working.
CronRunTrait trait core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php Adds ability to run cron from tests.
CronRunTrait.php file core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php
CronRunTrait::cronRun function core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php Runs cron on the test site.
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
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.
dblog_cron function core/modules/dblog/dblog.module Implements hook_cron().
DeleteTest::testCronDeleteNonExistingTemporary function core/modules/file/tests/src/Kernel/DeleteTest.php Tries to run cron deletion on file deleted from the file-system.
drupal-8.without_automated_cron.php file core/modules/system/tests/fixtures/update/drupal-8.without_automated_cron.php Test fixture.
es-system.cron.yml file core/modules/system/tests/fixtures/update/es-system.cron.yml core/modules/system/tests/fixtures/update/es-system.cron.yml
field_cron function core/modules/field/field.module Implements hook_cron().
file_cron function core/modules/file/file.module Implements hook_cron().
history_cron function core/modules/history/history.module Implements hook_cron().
hook_cron function core/core.api.php Perform periodic actions.
layout_builder_cron function core/modules/layout_builder/layout_builder.module 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::$batchOutput property 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 function core/modules/locale/locale.module Implements hook_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
node_cron function core/modules/node/node.module Implements hook_cron().
QueueWorker::$cron property core/lib/Drupal/Core/Annotation/QueueWorker.php An associative array containing the optional key:
search_cron function core/modules/search/search.module Implements hook_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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.