webform-composite-telephone.html.twig in Webform 6.x
Same filename and directory in other branches
Default theme implementation of a telephone composite webform element.
Available variables:
- content: The telephone webform element to be output.
- flexbox: Determines if Flexbox layout should be applied to the composite element.
1 theme call to webform-composite-telephone.html.twig
- WebformTelephone::getInfo in src/
Element/ WebformTelephone.php - Returns the element properties for this element.
File
templates/webform-composite-telephone.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation of a telephone composite webform element.
- *
- * Available variables:
- * - content: The telephone webform element to be output.
- * - flexbox: Determines if Flexbox layout should be applied to the composite
- * element.
- *
- * @see template_preprocess_webform_composite_telephone()
- *
- * @ingroup themeable
- */
- #}
- {{ content.type }}
- {{ content.phone }}
- {{ content.ext }}