You are here

public function WebformCompositeBase::getRelatedTypes in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformElement/WebformCompositeBase.php \Drupal\webform\Plugin\WebformElement\WebformCompositeBase::getRelatedTypes()

Get related element types.

Parameters

array $element: The element.

Return value

array An array containing related element types.

Overrides WebformElementBase::getRelatedTypes

File

src/Plugin/WebformElement/WebformCompositeBase.php, line 112

Class

WebformCompositeBase
Provides a base for composite elements.

Namespace

Drupal\webform\Plugin\WebformElement

Code

public function getRelatedTypes(array $element) {
  return [];
}