v1/web/modules/contrib/search_api/drush.services.yml

7 lines
211 B
YAML

services:
search_api.commands:
class: Drupal\search_api\Commands\SearchApiCommands
arguments: ['@entity_type.manager', '@module_handler', '@event_dispatcher']
tags:
- { name: drush.command }