public static function WebformCompositeInterface::getCompositeElements in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Element/WebformCompositeInterface.php \Drupal\webform\Element\WebformCompositeInterface::getCompositeElements()
Get a renderable array of webform 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::getCompositeElements()
- WebformCompositeBase::getCompositeElements in src/
Element/ WebformCompositeBase.php - Get a renderable array of webform elements.
File
- src/
Element/ WebformCompositeInterface.php, line 20
Class
- WebformCompositeInterface
- Defines an interface for webform composite element.
Namespace
Drupal\webform\ElementCode
public static function getCompositeElements(array $element);