7 lines
211 B
YAML
Raw Normal View History

2021-07-27 14:46:32 +02:00
services:
search_api.commands:
class: Drupal\search_api\Commands\SearchApiCommands
arguments: ['@entity_type.manager', '@module_handler', '@event_dispatcher']
tags:
- { name: drush.command }