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