views-view-row-opml.html.twig
Same filename in this branch
Same filename in other branches
- 8.9.x core/themes/stable/templates/views/views-view-row-opml.html.twig
- 8.9.x core/themes/classy/templates/views/views-view-row-opml.html.twig
- 8.9.x core/modules/views/templates/views-view-row-opml.html.twig
- 10 core/themes/stable9/templates/views/views-view-row-opml.html.twig
- 10 core/modules/views/templates/views-view-row-opml.html.twig
- 11.x core/themes/stable9/templates/views/views-view-row-opml.html.twig
- 11.x core/modules/views/templates/views-view-row-opml.html.twig
Default theme implementation to display an item in a views OPML feed.
Available variables:
- attributes: Attributes for outline element.
See also
template_preprocess_views_view_row_opml()
File
-
core/
modules/ views/ templates/ views-view-row-opml.html.twig
View source
- {#
- /**
- * @file
- * Default theme implementation to display an item in a views OPML feed.
- *
- * Available variables:
- * - attributes: Attributes for outline element.
- *
- * @see template_preprocess_views_view_row_opml()
- *
- * @ingroup themeable
- */
- #}
- <outline{{ attributes }}/>
Related topics
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.