You are here

public function YamlFormCompositeBase::getRelatedTypes in YAML Form 8

Get related element types.

Parameters

array $element: The element.

Return value

array An array containing related element types.

Overrides YamlFormElementBase::getRelatedTypes

File

src/Plugin/YamlFormElement/YamlFormCompositeBase.php, line 23

Class

YamlFormCompositeBase
Provides a base for composite elements.

Namespace

Drupal\yamlform\Plugin\YamlFormElement

Code

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