You are here

opigno_catalog.services.yml in Opigno training catalog 8

Same filename and directory in other branches
  1. 3.x opigno_catalog.services.yml

File

opigno_catalog.services.yml
View source
  1. services:
  2. opigno_catalog.get_style:
  3. class: Drupal\opigno_catalog\StyleService
  4. arguments: []
  5. opigno_catalog.twig.extension:
  6. class: Drupal\opigno_catalog\TwigExtension\DefaultTwigExtension
  7. arguments: ['@renderer']
  8. tags:
  9. - { name: twig.extension }