twig-registry-loader-test.html.twig

Same filename and directory in other branches
  1. 9 core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test.html.twig
  2. 8.9.x core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test.html.twig
  3. 10 core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test.html.twig
{% extends "twig-registry-loader-test-extend.html.twig" %}

{% block content %}
  {% include "twig-registry-loader-test-include.html.twig" %}
{% endblock %}
1 theme call to twig-registry-loader-test.html.twig
TwigThemeTestController::registryLoaderRender in core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php
Menu callback for testing the Twig registry loader.

File

core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test.html.twig

View source
  1. {% extends "twig-registry-loader-test-extend.html.twig" %}
  2. {% block content %}
  3. {% include "twig-registry-loader-test-include.html.twig" %}
  4. {% endblock %}

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