drush.services.yml in Twig Tweak 3.1.x
Same filename and directory in other branches
File
drush.services.ymlView source
- services:
- twig_tweak.validate:
- class: Drupal\twig_tweak\Command\ValidateCommand
- arguments: ['@twig']
- tags:
- - { name: console.command }
- twig_tweak.debug:
- class: Drupal\twig_tweak\Command\DebugCommand
- arguments: ['@twig']
- tags:
- - { name: console.command }
Services
Name | Description |
---|---|
twig_tweak.debug | Drupal\twig_tweak\Command\DebugCommand |
twig_tweak.validate | Drupal\twig_tweak\Command\ValidateCommand |