You are here

service entity_usage.commands in Entity Usage 8.2

Class

\Drupal\entity_usage\Commands\EntityUsageCommands

Tags

  • drush.command

File

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

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