You are here

drush.services.yml in Search API 8

File

drush.services.yml
View source
  1. services:
  2. search_api.commands:
  3. class: Drupal\search_api\Commands\SearchApiCommands
  4. arguments: ['@entity_type.manager', '@module_handler', '@event_dispatcher']
  5. tags:
  6. - { name: drush.command }