help_topics_test.test.html.twig
Same filename in other branches
--- label: "ABC Help Test module" top_level: true related: - help_topics_test.linked - does_not_exist.and_no_error --- {% set help_topic_url = render_var(url('help.help_topic', {id: 'help_topics_test.additional'})) %} <p>{% trans %}This is a test. It should <a href="{{ help_topic_url }}">link to the additional topic</a>. Also there should be a related topic link below to the Help module topic page and the linked topic.{% endtrans %}</p> <p>{% trans %}Nonworditem totranslate.{% endtrans %}</p> <p>{% trans %}Test translation.{% endtrans %}</p>
File
-
core/
modules/ help_topics/ tests/ modules/ help_topics_test/ help_topics/ help_topics_test.test.html.twig
View source
- ---
- label: "ABC Help Test module"
- top_level: true
- related:
- - help_topics_test.linked
- - does_not_exist.and_no_error
- ---
- {% set help_topic_url = render_var(url('help.help_topic', {id: 'help_topics_test.additional'})) %}
- <p>{% trans %}This is a test. It should <a href="{{ help_topic_url }}">link to the additional topic</a>. Also there should be a related topic link below to the Help module topic page and the linked topic.{% endtrans %}</p>
- <p>{% trans %}Nonworditem totranslate.{% endtrans %}</p>
- <p>{% trans %}Test translation.{% endtrans %}</p>
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.