You are here

service automatic_updates.readiness_validation_manager in Automatic Updates 8.2

Class

Drupal\automatic_updates\Validation\ReadinessValidationManager
8 string references to automatic_updates.readiness_validation_manager
AdminReadinessMessages::create in src/Validation/AdminReadinessMessages.php
Instantiates a new instance of this class.
automatic_updates_cron in ./automatic_updates.module
Implements hook_cron().
automatic_updates_modules_installed in ./automatic_updates.module
Implements hook_modules_installed().
automatic_updates_modules_uninstalled in ./automatic_updates.module
Implements hook_modules_uninstalled().
ReadinessRequirements::create in src/Validation/ReadinessRequirements.php
Instantiates a new instance of this class.

... See full list

File

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

View source
  1. class: Drupal\automatic_updates\Validation\ReadinessValidationManager
  2. arguments:
  3. - '@keyvalue.expirable'
  4. - '@datetime.time'
  5. - '@automatic_updates.path_locator'
  6. - '@event_dispatcher'
  7. - 24