service automatic_updates.readiness_checker in Automatic Updates 8
Class
Drupal\automatic_updates\ReadinessChecker\ReadinessCheckerManagerTags
- service_collector
7 string references to automatic_updates.readiness_checker
- automatic_updates_cron in ./
automatic_updates.module - Implements hook_cron().
- automatic_updates_page_top in ./
automatic_updates.module - Implements hook_page_top().
- InPlaceUpdate::update in src/
Services/ InPlaceUpdate.php - Update a project to the next release.
- ReadinessCheckerController::create in src/
Controller/ ReadinessCheckerController.php - Instantiates a new instance of this class.
- ReadinessCheckerTest::testReadinessChecker in tests/
src/ Kernel/ ReadinessChecker/ ReadinessCheckerTest.php - Tests the functionality of readiness checks.
File
View source
- class: Drupal\automatic_updates\ReadinessChecker\ReadinessCheckerManager
- arguments:
- - '@keyvalue'
- - '@config.factory'
- tags:
- - { name: service_collector, tag: readiness_checker, call: addChecker }