function template_preprocess_webform_composite_telephone in Webform 8.5
Same name and namespace in other branches
- 6.x includes/webform.theme.template.inc \template_preprocess_webform_composite_telephone()
Prepares variables for composite telephone templates.
Default template: webform-composite-telephone.html.twig.
Parameters
array $variables: An associative array containing:
- element: An associative array containing the properties of the element.
File
- includes/
webform.theme.template.inc, line 854 - Preprocessors and helper functions to make theming easier.
Code
function template_preprocess_webform_composite_telephone(array &$variables) {
_template_preprocess_webform_composite($variables);
}