You are here

service automatic_updates.readiness_checker in Automatic Updates 8

Class

Drupal\automatic_updates\ReadinessChecker\ReadinessCheckerManager

Tags

  • 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.

... See full list

File

./automatic_updates.services.yml
automatic_updates.services.yml

View source
  1. class: Drupal\automatic_updates\ReadinessChecker\ReadinessCheckerManager
  2. arguments:
  3. - '@keyvalue'
  4. - '@config.factory'
  5. tags:
  6. - { name: service_collector, tag: readiness_checker, call: addChecker }