You are here

public static function WebformCompositeInterface::initializeCompositeElements in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Element/WebformCompositeInterface.php \Drupal\webform\Element\WebformCompositeInterface::initializeCompositeElements()

Initialize a composite's elements.

Parameters

array $element: A render array for the current element.

Return value

array A renderable array of webform elements, containing the base properties for the composite's webform elements.

1 method overrides WebformCompositeInterface::initializeCompositeElements()
WebformCompositeBase::initializeCompositeElements in src/Element/WebformCompositeBase.php
Initialize a composite's elements.

File

src/Element/WebformCompositeInterface.php, line 32

Class

WebformCompositeInterface
Defines an interface for webform composite element.

Namespace

Drupal\webform\Element

Code

public static function initializeCompositeElements(array &$element);