You are here

service twig_tweak.debug in Twig Tweak 3.x

Same name and namespace in other branches
  1. 3.1.x drush.services.yml \twig_tweak.debug

Class

Drupal\twig_tweak\Command\DebugCommand

Tags

  • console.command

File

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

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