You are here

drush.services.yml in Twig Tweak 3.x

Same filename and directory in other branches
  1. 3.1.x drush.services.yml

File

drush.services.yml
View source
  1. services:
  2. twig_tweak.validate:
  3. class: Drupal\twig_tweak\Command\ValidateCommand
  4. arguments: ['@twig']
  5. tags:
  6. - { name: console.command }
  7. twig_tweak.debug:
  8. class: Drupal\twig_tweak\Command\DebugCommand
  9. arguments: ['@twig']
  10. tags:
  11. - { name: console.command }

Services

Namesort descending Description
twig_tweak.debug Drupal\twig_tweak\Command\DebugCommand
twig_tweak.validate Drupal\twig_tweak\Command\ValidateCommand