Files
DrupalTutorial/modules/token/drush.services.yml
2024-07-15 12:33:27 +02:00

8 lines
165 B
YAML

services:
token.commands:
class: Drupal\token\Drush\Commands\TokenCommands
arguments:
- '@module_handler'
tags:
- { name: drush.command }