bamboo_twig.services.yml in Bamboo Twig 8
Same filename and directory in other branches
File
bamboo_twig.services.ymlView source
- services:
- # Custom Twig extensions
- bamboo_twig.twig.dates:
- class: Drupal\bamboo_twig\TwigExtension\Dates
- arguments: ['@date.formatter']
- tags:
- - { name: twig.extension }
- bamboo_twig.twig.langs:
- class: Drupal\bamboo_twig\TwigExtension\Langs
- arguments: ['@language_manager']
- tags:
- - { name: twig.extension }