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