webform-composite-location.html.twig in Webform 6.x
Same filename and directory in other branches
Default theme implementation of a location composite webform element.
Available variables:
- content: The location webform element to be output.
1 theme call to webform-composite-location.html.twig
- WebformLocationBase::getInfo in src/
Element/ WebformLocationBase.php - Returns the element properties for this element.
File
templates/webform-composite-location.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation of a location composite webform element.
- *
- * Available variables:
- * - content: The location webform element to be output.
- *
- * @see template_preprocess_webform_composite_location()
- *
- * @ingroup themeable
- */
- #}
- {{ content }}