You are here

service update_helper.generate_helper_update in Update helper 8

Class

Drupal\update_helper\Command\GenerateConfigurationUpdateCommand

Tags

  • drupal.command

File

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

View source
  1. class: Drupal\update_helper\Command\GenerateConfigurationUpdateCommand
  2. arguments:
  3. - '@console.extension_manager'
  4. - '@update_helper.update_generator'
  5. - '@console.site'
  6. - '@event_dispatcher'
  7. tags:
  8. - { name: drupal.command }