patterns-destination.html.twig in UI Patterns 8
Render destination in case of multiple sources mapped to it.
1 theme call to patterns-destination.html.twig
- Pattern::processMultipleSources in src/
Element/ Pattern.php - Process fields.
File
templates/patterns-destination.html.twigView source
- {#
- /**
- * @file
- * Render destination in case of multiple sources mapped to it.
- */
- #}
- {% if sources is not empty %}
- {% for source in sources %}
- {{ source }}
- {% endfor %}
- {% endif %}