You are here

service taxonomy_entity_index.commands in Taxonomy Entity Index 8

Class

Drupal\taxonomy_entity_index\Commands\TaxonomyEntityIndexCommands

Tags

  • drush.command

File

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

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