You are here

drush.services.yml in Search API Solr 8.3

File

drush.services.yml
View source
  1. services:
  2. search_api_solr.commands:
  3. class: Drupal\search_api_solr\Commands\SearchApiSolrCommands
  4. arguments:
  5. - '@entity_type.manager'
  6. - '@module_handler'
  7. - '@event_dispatcher'
  8. tags:
  9. - { name: drush.command }