twig-registry-loader-test.html.twig
Same filename in other branches
{% 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
- {% extends "twig-registry-loader-test-extend.html.twig" %}
-
- {% block content %}
- {% include "twig-registry-loader-test-include.html.twig" %}
- {% endblock %}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.