Search for cron
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
cron | service | core/ |
Drupal\Core\Cron |
Cron | class | core/ |
Provides a proxy class for \Drupal\Core\Cron. |
Cron | class | core/ |
The Drupal core Cron service. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
access_check.cron | service | core/ |
Drupal\system\Access\CronAccessCheck |
announcements_feed_cron | function | core/ |
Implements hook_cron(). |
AutomatedCron | class | core/ |
A subscriber running cron after a response is sent. |
AutomatedCron.php | file | core/ |
|
AutomatedCron::$config | property | core/ |
The cron configuration. |
AutomatedCron::$cron | property | core/ |
The cron service. |
AutomatedCron::$state | property | core/ |
The state key value store. |
AutomatedCron::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
AutomatedCron::onTerminate | function | core/ |
Run the automated cron if enabled. |
AutomatedCron::__construct | function | core/ |
Constructs a new automated cron runner. |
automated_cron.info.yml | file | core/ |
core/modules/automated_cron/automated_cron.info.yml |
automated_cron.module | file | core/ |
Provides an automated cron by executing it at the end of a response. |
automated_cron.schema.yml | file | core/ |
core/modules/automated_cron/config/schema/automated_cron.schema.yml |
automated_cron.services.yml | file | core/ |
core/modules/automated_cron/automated_cron.services.yml |
automated_cron.settings.yml | file | core/ |
core/modules/automated_cron/config/install/automated_cron.settings.yml |
automated_cron.settings.yml | file | core/ |
core/profiles/standard/config/install/automated_cron.settings.yml |
automated_cron.subscriber | service | core/ |
Drupal\automated_cron\EventSubscriber\AutomatedCron |
automated_cron_form_system_cron_settings_alter | function | core/ |
Implements hook_form_FORM_ID_alter() for the system_cron_settings() form. |
automated_cron_help | function | core/ |
Implements hook_help(). |
automated_cron_settings_submit | function | core/ |
Form submission handler for system_cron_settings(). |
BrowserTestBaseTest::testCronRun | function | core/ |
Tests the ::cronRun() method. |
comment_cron | function | core/ |
Implements hook_cron(). |
common_test_cron | function | core/ |
Implements hook_cron(). |
common_test_cron_helper.info.yml | file | core/ |
core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.info.yml |
common_test_cron_helper.module | file | core/ |
Helper module for the testCronExceptions in addition to common_test module. |
common_test_cron_helper_cron | function | core/ |
Implements hook_cron(). |
core.cron.html.twig | file | core/ |
--- 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/ |
Drupal\Core\Cron |
Cron | class | core/ |
Provides a proxy class for \Drupal\Core\Cron. |
Cron | class | core/ |
The Drupal core Cron service. |
cron-curl.sh | file | core/ |
#!/bin/sh curl --silent --compressed http://example.com/cron/YOURKEY |
cron-lynx.sh | file | core/ |
#!/bin/sh /usr/bin/lynx -source http://example.com/cron/YOURKEY > /dev/null 2>&1 |
Cron.php | file | core/ |
|
Cron.php | file | core/ |
|
Cron::$accountSwitcher | property | core/ |
The account switcher service. |
Cron::$container | property | core/ |
The service container. |
Cron::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
Cron::$lock | property | core/ |
The lock service. |
Cron::$logger | property | core/ |
A logger instance. |
Cron::$moduleHandler | property | core/ |
The module handler service. |
Cron::$queueConfig | property | core/ |
The queue config. |
Cron::$queueFactory | property | core/ |
The queue service. |
Cron::$queueManager | property | core/ |
The queue plugin manager. |
Cron::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
Cron::$state | property | core/ |
The state service. |
Cron::$time | property | core/ |
The time service. |
Cron::invokeCronHandlers | function | core/ |
Invokes any cron handlers implementing hook_cron. |
Cron::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
Cron::processQueue | function | core/ |
Processes a cron queue. |
Cron::processQueues | function | core/ |
Processes cron queues. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.