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

views-view-grid.html.twig

Default theme implementation for views to display rows in a grid. Available variables: attributes: HTML attributes for the wrapping element. title: The title of this group of rows. view: The view object. rows: The rendered view results. options: The view plugin style options. row_class_default: A flag indicating whether default classes should be used on rows. col_class_default: A flag indicating whether default classes should be used on columns. items: A list of grid items. Each item c

views-view-fields.html.twig

Default view template to display all the fields in a row. Available variables: view: The view in use. fields: A list of fields, each one contains: content: The output of the field. raw: The raw data for the field, if it exists. This is NOT output safe. class: The safe class ID to use. handler: The Views field handler controlling this field. inline: Whether or not the field should be inline. wrapper_element: An HTML element for a wrapper. wrapper_attributes: List of attributes for wrapp

views-view-field.html.twig

Default theme implementation for a single field in a view. Available variables: view: The view that the field belongs to. field: The field handler that can process the input. row: The raw result of the database query that generated this field. output: The processed output that will normally be used. When fetching output from the row this construct should be used: data = row[field.field_alias] The above will guarantee that you'll always get the correct data, regardless of any changes in th

views-ui-view-preview-section.html.twig

Default theme implementation for a views UI preview section. Available variables: title: The human readable section title. links: A list of contextual links. content: The content for this section preview. See also template_preprocess_views_ui_view_preview_section() File core/modules/views_ui/templates/views-ui-view-preview-section.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

views-ui-view-info.html.twig

Default theme implementation for basic administrative info about a View. Available variables: displays: List of displays. File core/modules/views_ui/templates/views-ui-view-info.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

views-ui-rearrange-filter-form.html.twig

Default theme implementation for Views UI rearrange filter form. Available variables: form: A render element representing the form. grouping: A flag whether or not there is more than one group. ungroupable_table: The ungroupable filter table. table: The groupable filter table. See also template_preprocess_views_ui_rearrange_filter_form() File core/modules/views_ui/templates/views-ui-rearrange-filter-form.html.twig Related topics Theme system overview Functions and templates for the us

views-ui-expose-filter-form.html.twig

Default theme implementation for exposed filter form. Available variables: form_description: The exposed filter's description. expose_button: The button to toggle the expose filter form. group_button: Toggle options between single and grouped filters. required: A checkbox to require this filter or not. label: A filter label input field. description: A filter description field. operator: The operators for how the filters value should be treated. #type: The operator type. value: The fil

views-ui-display-tab-setting.html.twig

Default theme implementation for Views UI display tab settings. Template for each row inside the "boxes" on the display query edit screen. Available variables: attributes: HTML attributes such as class for the container. description: The description or label for this setting. settings_links: A list of links for this setting. defaulted: A boolean indicating the setting is in its default state. overridden: A boolean indicating the setting has been overridden from the default. See also tem