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
access_check.cron service core/modules/system/system.services.yml Drupal\system\Access\CronAccessCheck
AggregatorCronTest class core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php Update feeds on cron.
AggregatorCronTest.php file core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php
AggregatorCronTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php The theme to install as the default for testing.
AggregatorCronTest::testCron function core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php Adds feeds and updates them via cron process.
aggregator_cron function core/modules/aggregator/aggregator.module 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::$config property core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php The cron configuration.
AutomatedCron::$cron property core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php The cron service.
AutomatedCron::$state property core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php The state key value store.
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 Constructs a new automated cron runner.
AutomatedCronUpdateWithAutomatedCronTest class core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php Ensures that the automated cron module is installed on update.
AutomatedCronUpdateWithAutomatedCronTest.php file core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php
AutomatedCronUpdateWithAutomatedCronTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php The theme to install as the default for testing.
AutomatedCronUpdateWithAutomatedCronTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php Set database dump files to be used.
AutomatedCronUpdateWithAutomatedCronTest::testUpdate function core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php Ensures that automated cron module isn installed and the config migrated.
AutomatedCronUpdateWithoutAutomatedCronTest class core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php Ensures that the automated cron module is not installed on update.
AutomatedCronUpdateWithoutAutomatedCronTest.php file core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php
AutomatedCronUpdateWithoutAutomatedCronTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php The theme to install as the default for testing.
AutomatedCronUpdateWithoutAutomatedCronTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php Set database dump files to be used.
AutomatedCronUpdateWithoutAutomatedCronTest::testUpdate function core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php Ensures that automated cron module isn't installed and the config migrated.
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 Provides an automated cron by executing it at the end of a response.
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/profiles/standard/config/install/automated_cron.settings.yml core/profiles/standard/config/install/automated_cron.settings.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.subscriber service core/modules/automated_cron/automated_cron.services.yml Drupal\automated_cron\EventSubscriber\AutomatedCron
automated_cron_form_system_cron_settings_alter function core/modules/automated_cron/automated_cron.module Implements hook_form_FORM_ID_alter() for the system_cron_settings() form.
automated_cron_help function core/modules/automated_cron/automated_cron.module Implements hook_help().
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.
comment_cron function core/modules/comment/comment.module Implements hook_cron().
common_test_cron function core/modules/system/tests/modules/common_test/common_test.module 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
common_test_cron_helper.module file core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.module Helper module for the testCronExceptions in addition to common_test module.
common_test_cron_helper_cron function core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.module Implements hook_cron().
core.cron.html.twig file core/modules/help_topics/help_topics/core.cron.html.twig ---
label: 'Running and configuring cron'
related:
- core.maintenance
---
{% set cron = render_var(url('system.cron_settings')) %}
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans %}Configure your system so…
Cron class core/lib/Drupal/Core/ProxyClass/Cron.php Provides a proxy class for \Drupal\Core\Cron.
cron service core/core.services.yml Drupal\Core\Cron
Cron class core/lib/Drupal/Core/Cron.php The Drupal core Cron service.
cron-curl.sh file core/scripts/cron-curl.sh #!/bin/sh

curl --silent --compressed http://example.com/cron/YOURKEY
cron-lynx.sh file core/scripts/cron-lynx.sh #!/bin/sh

/usr/bin/lynx -source http://example.com/cron/YOURKEY > /dev/null 2>&1
Cron.php file core/lib/Drupal/Core/ProxyClass/Cron.php
Cron.php file core/lib/Drupal/Core/Cron.php
Cron::$accountSwitcher property core/lib/Drupal/Core/Cron.php The account switcher service.
Cron::$container property core/lib/Drupal/Core/ProxyClass/Cron.php The service container.

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