theme-test-preprocess-suggestions.html.twig in Zircon Profile 8.0
Same filename and directory in other branches
<div class="suggestion">{{ foo }}</div> {% if bar %} <div class="suggestion">{{ bar }}</div> {% endif %}
2 theme calls to theme-test-preprocess-suggestions.html.twig
- ThemeTestController::preprocessSuggestions in core/
modules/ system/ tests/ modules/ theme_test/ src/ ThemeTestController.php - Controller for testing preprocess functions with theme suggestions.
- ThemeTestController::preprocessSuggestions in core/
modules/ system/ tests/ modules/ theme_test/ src/ ThemeTestController.php - Controller for testing preprocess functions with theme suggestions.
File
core/modules/system/tests/modules/theme_test/templates/theme-test-preprocess-suggestions.html.twigView source
- <div class="suggestion">{{ foo }}</div>
- {% if bar %}
- <div class="suggestion">{{ bar }}</div>
- {% endif %}