views-ui-style-plugin-table.html.twig
Same filename in this branch
Same filename in other branches
- 9 core/themes/stable9/templates/admin/views-ui-style-plugin-table.html.twig
- 9 core/themes/stable/templates/admin/views-ui-style-plugin-table.html.twig
- 9 core/modules/views_ui/templates/views-ui-style-plugin-table.html.twig
- 8.9.x core/themes/stable/templates/admin/views-ui-style-plugin-table.html.twig
- 8.9.x core/modules/views_ui/templates/views-ui-style-plugin-table.html.twig
- 11.x core/themes/stable9/templates/admin/views-ui-style-plugin-table.html.twig
- 11.x core/modules/views_ui/templates/views-ui-style-plugin-table.html.twig
Default template for the settings of a table style views display.
Available variables:
- table: A table of options for each field in this display.
- form: Any remaining form fields not included in the table.
- description_markup: An overview for the settings of this display.
See also
template_preprocess_views_ui_style_plugin_table()
File
-
core/
modules/ views_ui/ templates/ views-ui-style-plugin-table.html.twig
View source
- {#
- /**
- * @file
- * Default template for the settings of a table style views display.
- *
- * Available variables:
- * - table: A table of options for each field in this display.
- * - form: Any remaining form fields not included in the table.
- * - description_markup: An overview for the settings of this display.
- *
- * @see template_preprocess_views_ui_style_plugin_table()
- *
- * @ingroup themeable
- */
- #}
- {{ form.description_markup }}
- {{ table }}
- {{ form }}
Related topics
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.