vertical-tabs.html.twig
Same filename in this branch
Same filename in other branches
- 9 core/themes/stable9/templates/navigation/vertical-tabs.html.twig
- 9 core/themes/stable/templates/navigation/vertical-tabs.html.twig
- 9 core/themes/starterkit_theme/templates/navigation/vertical-tabs.html.twig
- 9 core/themes/classy/templates/navigation/vertical-tabs.html.twig
- 9 core/modules/system/templates/vertical-tabs.html.twig
- 10 core/themes/stable9/templates/navigation/vertical-tabs.html.twig
- 10 core/themes/starterkit_theme/templates/navigation/vertical-tabs.html.twig
- 10 core/modules/system/templates/vertical-tabs.html.twig
- 11.x core/themes/stable9/templates/navigation/vertical-tabs.html.twig
- 11.x core/themes/starterkit_theme/templates/navigation/vertical-tabs.html.twig
- 11.x core/modules/system/templates/vertical-tabs.html.twig
Default theme implementation for vertical tabs.
Available variables
- attributes: A list of HTML attributes for the wrapper element.
- children: The rendered tabs.
See also
template_preprocess_vertical_tabs()
File
-
core/
modules/ system/ templates/ vertical-tabs.html.twig
View source
- {#
- /**
- * @file
- * Default theme implementation for vertical tabs.
- *
- * Available variables
- * - attributes: A list of HTML attributes for the wrapper element.
- * - children: The rendered tabs.
- *
- * @see template_preprocess_vertical_tabs()
- *
- * @ingroup themeable
- */
- #}
- <div{{ attributes.setAttribute('data-vertical-tabs-panes', TRUE) }}>{{ children }}</div>
Related topics
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.