You are here

service update_helper_checklist.command_subscriber in Update helper 8

Same name and namespace in other branches
  1. 2.x drush.services.yml \update_helper_checklist.command_subscriber

Class

Drupal\update_helper\Events\CommandSubscriber

Tags

  • event_subscriber

File

./console.services.yml
console.services.yml

View source
  1. class: Drupal\update_helper\Events\CommandSubscriber
  2. arguments:
  3. - '@update_helper.update_hook_generator'
  4. tags:
  5. - { name: event_subscriber }