Search for cron

  1. Search 7.x for cron
  2. Search 9.5.x for cron
  3. Search 8.9.x for cron
  4. Search 10.3.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/Cron.php The Drupal core Cron service.

All search results

Title Object type File name Summary
access_check.cron service core/modules/system/system.services.yml Drupal\system\Access\CronAccessCheck
AnnouncementsFeedHooks::cron function core/modules/announcements_feed/src/Hook/AnnouncementsFeedHooks.php Implements hook_cron().
AutomatedCron class core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php A subscriber running cron after a response is sent.
AutomatedCron.php file core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php
AutomatedCron::getSubscribedEvents function core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php Registers the methods in this class that should be listeners.
AutomatedCron::onTerminate function core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php Run the automated cron if enabled.
AutomatedCron::__construct function core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php
AutomatedCronHooks class core/modules/automated_cron/src/Hook/AutomatedCronHooks.php Hook implementations for automated_cron.
AutomatedCronHooks.php file core/modules/automated_cron/src/Hook/AutomatedCronHooks.php
AutomatedCronHooks::formSystemCronSettingsAlter function core/modules/automated_cron/src/Hook/AutomatedCronHooks.php Implements hook_form_FORM_ID_alter() for the system_cron_settings() form.
AutomatedCronHooks::help function core/modules/automated_cron/src/Hook/AutomatedCronHooks.php Implements hook_help().
AutomatedCronTest class core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php Tests for automated_cron.
AutomatedCronTest.php file core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php
AutomatedCronTest::$modules property core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php Modules to install.
AutomatedCronTest::testRunsCronOnHttpRequest function core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php Tests that automated cron runs cron on an HTTP request.
automated_cron.info.yml file core/modules/automated_cron/automated_cron.info.yml core/modules/automated_cron/automated_cron.info.yml
automated_cron.module file core/modules/automated_cron/automated_cron.module
automated_cron.schema.yml file core/modules/automated_cron/config/schema/automated_cron.schema.yml core/modules/automated_cron/config/schema/automated_cron.schema.yml
automated_cron.services.yml file core/modules/automated_cron/automated_cron.services.yml core/modules/automated_cron/automated_cron.services.yml
automated_cron.settings.yml file core/modules/automated_cron/config/install/automated_cron.settings.yml core/modules/automated_cron/config/install/automated_cron.settings.yml
automated_cron.settings.yml file core/profiles/standard/config/install/automated_cron.settings.yml core/profiles/standard/config/install/automated_cron.settings.yml
automated_cron.subscriber service core/modules/automated_cron/automated_cron.services.yml Drupal\automated_cron\EventSubscriber\AutomatedCron
automated_cron_settings_submit function core/modules/automated_cron/automated_cron.module Form submission handler for system_cron_settings().
BrowserTestBaseTest::testCronRun function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the ::cronRun() method.
CommentHooks::cron function core/modules/comment/src/Hook/CommentHooks.php Implements hook_cron().
CommonTestCronHelperHooks class core/modules/system/tests/modules/common_test_cron_helper/src/Hook/CommonTestCronHelperHooks.php Hook implementations for common_test_cron_helper.
CommonTestCronHelperHooks.php file core/modules/system/tests/modules/common_test_cron_helper/src/Hook/CommonTestCronHelperHooks.php
CommonTestCronHelperHooks::cron function core/modules/system/tests/modules/common_test_cron_helper/src/Hook/CommonTestCronHelperHooks.php Implements hook_cron().
CommonTestHooks::cron function core/modules/system/tests/modules/common_test/src/Hook/CommonTestHooks.php Implements hook_cron().
common_test_cron_helper.info.yml file core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.info.yml core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.info.yml
core.cron.html.twig file core/modules/help/help_topics/core.cron.html.twig ---
label: 'Running and configuring cron'
related:
- core.maintenance
---
{% set cron_link_text %}{% trans %}Cron{% endtrans %}{% endset %}
{% set cron_link = render_var(help_route_link(cron_link_text, 'system.cron_settings'))…
cron service core/core.services.yml Drupal\Core\Cron
Cron class core/lib/Drupal/Core/Cron.php The Drupal core Cron service.
Cron.php file core/lib/Drupal/Core/Cron.php
Cron::$queueConfig property core/lib/Drupal/Core/Cron.php The queue config.
Cron::invokeCronHandlers function core/lib/Drupal/Core/Cron.php Invokes any cron handlers implementing hook_cron.
Cron::processQueue function core/lib/Drupal/Core/Cron.php Processes a cron queue.
Cron::processQueues function core/lib/Drupal/Core/Cron.php Processes cron queues.
Cron::run function core/lib/Drupal/Core/Cron.php Executes a cron run.
Cron::setCronLastTime function core/lib/Drupal/Core/Cron.php Records and logs the request time for this cron invocation.
Cron::usleep function core/lib/Drupal/Core/Cron.php Delay execution in microseconds.
Cron::__construct function core/lib/Drupal/Core/Cron.php Constructs a cron object.
CronAccessCheck class core/modules/system/src/Access/CronAccessCheck.php Access check for cron routes.
CronAccessCheck.php file core/modules/system/src/Access/CronAccessCheck.php
CronAccessCheck::access function core/modules/system/src/Access/CronAccessCheck.php Checks access.
CronController class core/modules/system/src/CronController.php Controller for Cron handling.
CronController.php file core/modules/system/src/CronController.php
CronController::$cron property core/modules/system/src/CronController.php The cron service.
CronController::run function core/modules/system/src/CronController.php Run Cron once.
CronController::runManually function core/modules/system/src/CronController.php Run cron manually.

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