You are here

bamboo_twig_loader.services.yml in Bamboo Twig 8.3

bamboo_twig_loader/bamboo_twig_loader.services.yml

File

bamboo_twig_loader/bamboo_twig_loader.services.yml
View source
  1. services:
  2. # Custom Twig extensions
  3. bamboo_twig_loader.twig.loader:
  4. class: Drupal\bamboo_twig_loader\TwigExtension\Loader
  5. tags:
  6. - { name: twig.extension }
  7. parent: bamboo_twig.twig.base
  8. bamboo_twig_loader.twig.render:
  9. class: Drupal\bamboo_twig_loader\TwigExtension\Render
  10. tags:
  11. - { name: twig.extension }
  12. parent: bamboo_twig.twig.base