Mercurial > hg > isophonics-drupal-site
comparison core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
29 protected $config; | 29 protected $config; |
30 | 30 |
31 /** | 31 /** |
32 * The state key value store. | 32 * The state key value store. |
33 * | 33 * |
34 * @var \Drupal\Core\State\StateInterface; | 34 * @var \Drupal\Core\State\StateInterface |
35 */ | 35 */ |
36 protected $state; | 36 protected $state; |
37 | 37 |
38 /** | 38 /** |
39 * Constructs a new automated cron runner. | 39 * Constructs a new automated cron runner. |