You are here

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

modules/search_api_solr_admin/drush.services.yml

File

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