You are here

drush.services.yml in Search API Solr 8.2

Same filename and directory in other branches
  1. 8.3 drush.services.yml
  2. 4.x drush.services.yml

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. tags:
  7. - { name: drush.command }