You are here

service config_inspector.commands in Configuration Inspector 8

Class

Drupal\config_inspector\Commands\InspectorCommands

Tags

  • drush.command

File

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

View source
  1. class: Drupal\config_inspector\Commands\InspectorCommands
  2. arguments:
  3. - '@plugin.manager.config_inspector'
  4. - '@config.storage'
  5. tags:
  6. - { name: drush.command }