views-view-opml.html.twig

Default template for feed displays that use the OPML style. Available variables: title: The title of the feed (as set in the view). updated: The modified date of the feed. items: The feed items themselves. See also template_preprocess_views_view_opml() File core/modules/views/templates/views-view-opml.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

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-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-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-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-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-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-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-exposed-form.html.twig

Default theme implementation of a views exposed form. Available variables: form: A render element representing the form. See also template_preprocess_views_exposed_form() File core/modules/views/templates/views-exposed-form.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.