You are here

service search_api_solr_devel.commands in Search API Solr 8.3

Same name and namespace in other branches
  1. 4.x modules/search_api_solr_devel/drush.services.yml \search_api_solr_devel.commands

Class

Drupal\search_api_solr_devel\Commands\SearchApiSolrDevelCommands

Tags

  • drush.command

File

modules/search_api_solr_devel/drush.services.yml
modules/search_api_solr_devel/drush.services.yml

View source
  1. class: Drupal\search_api_solr_devel\Commands\SearchApiSolrDevelCommands
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@module_handler'
  5. - '@event_dispatcher'
  6. tags:
  7. - { name: drush.command }