drush.services.yml in Search API Solr 4.x
Same filename in this branch
Same filename and directory in other branches
modules/search_api_solr_devel/drush.services.yml
File
modules/search_api_solr_devel/drush.services.ymlView source
- services:
- search_api_solr_devel.commands:
- class: Drupal\search_api_solr_devel\Commands\SearchApiSolrDevelCommands
- arguments:
- - '@entity_type.manager'
- - '@module_handler'
- - '@event_dispatcher'
- tags:
- - { name: drush.command }