8 lines
165 B
YAML
8 lines
165 B
YAML
services:
|
|
token.commands:
|
|
class: Drupal\token\Drush\Commands\TokenCommands
|
|
arguments:
|
|
- '@module_handler'
|
|
tags:
|
|
- { name: drush.command }
|