node--test-page-variable.html.twig
Template to test the deprecation messages for the page variable.
See also
\Drupal\Tests\node\Functional\NodePageVariableDeprecationTest
File
-
core/
modules/ system/ tests/ themes/ test_theme/ templates/ node--test-page-variable.html.twig
View source
- {#
- /**
- * @file
- * Template to test the deprecation messages for the page variable.
- * @see \Drupal\Tests\node\Functional\NodePageVariableDeprecationTest
- */
- #}
- <article{{ attributes }}>
- {% if page %}
- The page variable is set.
- {% endif %}
- </article>
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.