You are here

service update_helper.update_generator in Update helper 8

Class

Drupal\update_helper\Generator\ConfigurationUpdateGenerator

Tags

  • drupal.generator

File

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

View source
  1. class: Drupal\update_helper\Generator\ConfigurationUpdateGenerator
  2. arguments:
  3. - '@update_helper.config_handler'
  4. - '@module_handler'
  5. tags:
  6. - { name: drupal.generator }