mention-link.html.twig in Open Social 8.4
Same filename and directory in other branches
- 8.9 modules/custom/mentions/templates/mention-link.html.twig
- 8 modules/custom/mentions/templates/mention-link.html.twig
- 8.2 modules/custom/mentions/templates/mention-link.html.twig
- 8.3 modules/custom/mentions/templates/mention-link.html.twig
- 8.5 modules/custom/mentions/templates/mention-link.html.twig
- 8.6 modules/custom/mentions/templates/mention-link.html.twig
- 8.7 modules/custom/mentions/templates/mention-link.html.twig
- 8.8 modules/custom/mentions/templates/mention-link.html.twig
- 10.3.x modules/custom/mentions/templates/mention-link.html.twig
- 10.0.x modules/custom/mentions/templates/mention-link.html.twig
- 10.1.x modules/custom/mentions/templates/mention-link.html.twig
- 10.2.x modules/custom/mentions/templates/mention-link.html.twig
{% if render_link == true %}<a href="/{{ link }}" class="mentions mentions-{{ mention_id }}">{{ render_value|raw }}</a>{% else %}{{ link }}{% endif %}
1 theme call to mention-link.html.twig
- MentionsFilter::filterMentions in modules/
custom/ mentions/ src/ Plugin/ Filter/ MentionsFilter.php - Filters mentions in a text.
File
modules/custom/mentions/templates/mention-link.html.twigView source
- {% if render_link == true %}<a href="/{{ link }}" class="mentions mentions-{{ mention_id }}">{{ render_value|raw }}</a>{% else %}{{ link }}{% endif %}