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
  1. {#
  2. /**
  3. * @file
  4. * Template to test the deprecation messages for the page variable.
  5. * @see \Drupal\Tests\node\Functional\NodePageVariableDeprecationTest
  6. */
  7. #}
  8. <article{{ attributes }}>
  9. {% if page %}
  10. The page variable is set.
  11. {% endif %}
  12. </article>

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