You are here

service twig_tweak.validate in Twig Tweak 3.1.x

Same name and namespace in other branches
  1. 3.x drush.services.yml \twig_tweak.validate

Class

Drupal\twig_tweak\Command\ValidateCommand

Tags

  • console.command

File

./drush.services.yml
drush.services.yml

View source
  1. class: Drupal\twig_tweak\Command\ValidateCommand
  2. arguments:
  3. - '@twig'
  4. tags:
  5. - { name: console.command }