W3cubDocs

/Drupal 8

views-view-summary-unformatted.html.twig

Default theme implementation for unformatted summary links.

Available variables:

  • rows: The rows contained in this view.
    • url: The URL to this row's content.
    • count: The number of items this summary item represents.
    • separator: A separator between each row.
    • attributes: HTML attributes for a row.
    • active: A flag indicating whether the row is active.
  • options: Flags indicating how each row should be displayed. This contains:
    • count: A flag indicating whether the row's 'count' should be displayed.
    • inline: A flag indicating whether the item should be wrapped in an inline or block level HTML element.

See also

template_preprocess_views_view_summary_unformatted()

File

core/modules/views/templates/views-view-summary-unformatted.html.twig

Related topics

Theme system overview
Functions and templates for the user interface that themes can override.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!views!templates!views-view-summary-unformatted.html.twig/8.1.x