Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

help-topic.html.twig

Same filename in this branch
  1. 11.1.x core/modules/help/templates/help-topic.html.twig

Theme override for a help topic.

Available variables:

  • body: The body of the topic.
  • related: List of related topic links.

File

core/themes/stable9/templates/admin/help-topic.html.twig

View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override for a help topic.
  5. *
  6. * Available variables:
  7. * - body: The body of the topic.
  8. * - related: List of related topic links.
  9. */
  10. #}
  11. <article>
  12. {{ body }}
  13. {{ related }}
  14. </article>

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal