You are here

drush.services.yml in Search API Synonym 8

File

drush.services.yml
View source
  1. services:
  2. search_api_synonym.drush.commands:
  3. class: Drupal\search_api_synonym\Command\SynonymDrushCommands
  4. arguments:
  5. - '@plugin.manager.search_api_synonym.export'
  6. tags:
  7. - { name: drush.command }