bad_help_topics.related.html.twig

Same filename in other branches
  1. 9 core/modules/help_topics/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.related.html.twig
  2. 8.9.x core/modules/help_topics/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.related.html.twig
  3. 10 core/modules/help/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.related.html.twig
---
label: 'Help topic related to nonexistent topic'
top_level: true
related:
  - this.is.not.a.valid.help_topic.id
---
<p>{% trans %}Body goes here{% trans %}</p>

File

core/modules/help/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.related.html.twig

View source
  1. ---
  2. label: 'Help topic related to nonexistent topic'
  3. top_level: true
  4. related:
  5. - this.is.not.a.valid.help_topic.id
  6. ---
  7. <p>{% trans %}Body goes here{% trans %}</p>

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.