You are here

service help_twig.extension in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/help_topics/help_topics.services.yml \help_twig.extension

Class

Drupal\help_topics\HelpTwigExtension

Tags

  • twig.extension

File

core/modules/help_topics/help_topics.services.yml
core/modules/help_topics/help_topics.services.yml

View source
  1. class: Drupal\help_topics\HelpTwigExtension
  2. arguments:
  3. - '@access_manager'
  4. - '@plugin.manager.help_topic'
  5. - '@string_translation'
  6. tags:
  7. - { name: twig.extension }