theme-test-specific-suggestions--variant.html.twig

Same filename in other branches
  1. 8.9.x core/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant.html.twig
  2. 10 core/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant.html.twig
  3. 11.x core/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant.html.twig
{# Output for Theme API test #}
Template matching the specific theme call.

<p>Theme hook suggestions:
{{ theme_hook_suggestions|safe_join("<br />") }}</p>
1 theme call to theme-test-specific-suggestions--variant.html.twig
ThemeTestController::specificSuggestionAlter in core/modules/system/tests/modules/theme_test/src/ThemeTestController.php
Menu callback for testing suggestion alter hooks with specific suggestions.

File

core/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant.html.twig

View source
  1. {# Output for Theme API test #}
  2. Template matching the specific theme call.
  3. <p>Theme hook suggestions:
  4. {{ theme_hook_suggestions|safe_join("<br />") }}</p>

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