You are here

drush.services.yml in Taxonomy Entity Index 8

File

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