You are here

drush.services.yml in Entity Usage 8.2

File

drush.services.yml
View source
  1. services:
  2. entity_usage.commands:
  3. class: \Drupal\entity_usage\Commands\EntityUsageCommands
  4. arguments: ['@entity_usage.batch_manager', '@entity_type.manager', '@config.factory']
  5. tags:
  6. - { name: drush.command }