Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

views-ui-container.html.twig

Same filename in this branch
  1. 11.1.x core/modules/views_ui/templates/views-ui-container.html.twig

Theme override 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/themes/stable9/templates/admin/views-ui-container.html.twig

View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override 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. #}
  11. <div{{ attributes }}>{{ children }}</div>

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal