views.views.inc

Provide views data that isn't tied to any other module. File core/modules/views/views.views.inc Functions Name Description core_field_views_data Implements hook_field_views_data(). views_entity_field_label Returns the label of a certain field. views_field_default_views_data Default views data implementation for a field. views_views_data Implements hook_views_data(). views_views_data_alter Implements hook_views_data_alter(). _views_field_get_entity_type_storage Dete

views-view.html.twig

Default theme implementation for main view template. Available variables: attributes: Remaining HTML attributes for the element. css_name: A css-safe version of the view name. css_class: The user-specified classes names, if any. header: The optional header. footer: The optional footer. rows: The results of the view query, if any. empty: The content to display if there are no rows. pager: The optional pager next/prev links to display. exposed: Exposed widget form/info to display. feed_

views-view-unformatted.html.twig

Default theme implementation to display a view of unformatted rows. Available variables: title: The title of this group of rows. May be empty. rows: A list of the view's row items. attributes: The row's HTML attributes. content: The row's content. view: The view object. default_row_class: A flag indicating whether default classes should be used on rows. See also template_preprocess_views_view_unformatted() File core/modules/views/templates/views-view-unformatted.html.twig Related t

views-view-summary.html.twig

Default theme implementation to display a list of summary lines. Available variables: rows: The rows contained in this view. Each row contains: url: The summary link URL. link: The summary link text. count: The number of items under this grouping. attributes: HTML attributes to apply to each row. active: A flag indicating whtether the row is active. options: Flags indicating how the summary should be displayed. This contains: count: A flag indicating whether the count should be display

views-view-row-rss.html.twig

Default theme implementation to display an item in a views RSS feed. Available variables: title: RSS item title. link: RSS item link. description: RSS body text. item_elements: RSS item elements to be rendered as XML (pubDate, creator, guid). See also template_preprocess_views_view_row_rss() File core/modules/views/templates/views-view-row-rss.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

views-view-table.html.twig

Default theme implementation for displaying a view as a table. Available variables: attributes: Remaining HTML attributes for the element. class: HTML classes that can be used to style contextually through CSS. title : The title of this group of rows. header: The table header columns. attributes: Remaining HTML attributes for the element. content: HTML classes to apply to each header cell, indexed by the header's key. default_classes: A flag indicating whether default classes should be

views-view-rss.html.twig

Default template for feed displays that use the RSS style. Available variables: link: The link to the feed (the view path). namespaces: The XML namespaces (added automatically). title: The title of the feed (as set in the view). description: The feed description (from feed settings). langcode: The language encoding. channel_elements: The formatted channel elements. items: The feed items themselves. See also template_preprocess_views_view_rss() File core/modules/views/templates/views-

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 displaye

views-view-list.html.twig

Default theme implementation for a view template to display a list of rows. Available variables: attributes: HTML attributes for the container. rows: A list of rows for this list. attributes: The row's HTML attributes. content: The row's contents. title: The title of this group of rows. May be empty. list: @todo. type: Starting tag will be either a ul or ol. attributes: HTML attributes for the list element. See also template_preprocess_views_view_list() File core/modules/views/tem

views-view-grouping.html.twig

Default theme implementation to display a single views grouping. Available variables: view: The view object. grouping: The grouping instruction. grouping_level: A number indicating the hierarchical level of the grouping. title: The group heading. content: The content to be grouped. rows: The rows returned from the view. See also template_preprocess_views_view_grouping() File core/modules/views/templates/views-view-grouping.html.twig Related topics Theme system overview Functions and