You are here

service search_api.commands in Search API 8

Class

Drupal\search_api\Commands\SearchApiCommands

Tags

  • drush.command

File

./drush.services.yml
drush.services.yml

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