function template_preprocess_webform_composite_name in Webform 6.x
Same name and namespace in other branches
- 8.5 includes/webform.theme.template.inc \template_preprocess_webform_composite_name()
Prepares variables for composite name templates.
Default template: webform-composite-name.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 841 - Preprocessors and helper functions to make theming easier.
Code
function template_preprocess_webform_composite_name(array &$variables) {
_template_preprocess_webform_composite($variables);
}