views-view-row-opml.html.twig in Drupal 10
Same filename in this branch
- 10 core/modules/views/templates/views-view-row-opml.html.twig
- 10 core/themes/starterkit_theme/templates/views/views-view-row-opml.html.twig
- 10 core/themes/classy/templates/views/views-view-row-opml.html.twig
- 10 core/themes/stable9/templates/views/views-view-row-opml.html.twig
- 10 core/themes/stable/templates/views/views-view-row-opml.html.twig
Same filename and directory in other branches
Default theme implementation to display an item in a views OPML feed.
Available variables:
- attributes: Attributes for outline element.
See also
File
core/modules/views/templates/views-view-row-opml.html.twigView 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 }}/>
