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

views-ui-container.html.twig

Default theme implementation for a generic views UI container/wrapper. Available variables: attributes: HTML attributes to apply to the container element. children: The remaining elements such as dropbuttons and tabs. File core/modules/views_ui/templates/views-ui-container.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

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

Default theme implementation for each "box" on the display query edit screen. Available variables: attributes: HTML attributes to apply to the container element. actions: Action links such as "Add", "And/Or, Rearrange" for the content. title: The title of the bucket, e.g. "Fields", "Filter Criteria", etc. content: Content items such as fields or settings in this container. name: The name of the bucket, e.g. "Fields", "Filter Criteria", etc. overridden: A boolean indicating the setting has

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

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-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-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