You are here

bamboo_twig.services.yml in Bamboo Twig 8

File

bamboo_twig.services.yml
View source
  1. services:
  2. # Custom Twig extensions
  3. bamboo_twig.twig.dates:
  4. class: Drupal\bamboo_twig\TwigExtension\Dates
  5. arguments: ['@date.formatter']
  6. tags:
  7. - { name: twig.extension }
  8. bamboo_twig.twig.langs:
  9. class: Drupal\bamboo_twig\TwigExtension\Langs
  10. arguments: ['@language_manager']
  11. tags:
  12. - { name: twig.extension }