You are here

service automatic_updates.composer_executable_validator in Automatic Updates 8.2

Class

Drupal\automatic_updates\Validator\ComposerExecutableValidator

Tags

  • event_subscriber

File

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

View source
  1. class: Drupal\automatic_updates\Validator\ComposerExecutableValidator
  2. arguments:
  3. - '@package_manager.composer_runner'
  4. - '@string_translation'
  5. tags:
  6. - { name: event_subscriber }