You are here

drush.services.yml in Search API Solr 4.x

File

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