You are here

service update_helper.generate.update in Update helper 2.x

Class

Drupal\update_helper\Generators\ConfigurationUpdate

Tags

  • drush.generator

File

./drush.services.yml
drush.services.yml

View source
  1. class: Drupal\update_helper\Generators\ConfigurationUpdate
  2. arguments:
  3. - '@extension.list.module'
  4. - '@event_dispatcher'
  5. - '@module_handler'
  6. - '@update_helper.config_handler'
  7. tags:
  8. - { name: drush.generator }