views-ui-container.html.twig

Same filename in this branch
  1. 11.x core/themes/stable9/templates/admin/views-ui-container.html.twig
Same filename and directory in other branches
  1. 9 core/themes/stable9/templates/admin/views-ui-container.html.twig
  2. 9 core/themes/stable/templates/admin/views-ui-container.html.twig
  3. 9 core/modules/views_ui/templates/views-ui-container.html.twig
  4. 8.9.x core/themes/stable/templates/admin/views-ui-container.html.twig
  5. 8.9.x core/modules/views_ui/templates/views-ui-container.html.twig
  6. 10 core/themes/stable9/templates/admin/views-ui-container.html.twig
  7. 10 core/modules/views_ui/templates/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

View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for a generic views UI container/wrapper.
  5. *
  6. * Available variables:
  7. * - attributes: HTML attributes to apply to the container element.
  8. * - children: The remaining elements such as dropbuttons and tabs.
  9. *
  10. * @ingroup themeable
  11. */
  12. #}
  13. <div{{ attributes }}>{{ children }}</div>

Related topics


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.