views-view-row-opml.html.twig

Default theme implementation to display an item in a views OPML feed. Available variables: attributes: Attributes for outline element. See also template_preprocess_views_view_row_opml() File core/modules/views/templates/views-view-row-opml.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

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-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-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-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-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-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-build-group-filter-form.html.twig

Default theme implementation for Views UI build group filter form. Available variables: form: A render element representing the form. Contains the following: 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. label: A filter label input field. description: A filter description field. value: The filters available values. optional: A checkbox to require this filter