You are here

public function YamlFormElementInterface::getRelatedTypes in YAML Form 8

Get related element types.

Parameters

array $element: The element.

Return value

array An array containing related element types.

1 method overrides YamlFormElementInterface::getRelatedTypes()
YamlFormElementBase::getRelatedTypes in src/YamlFormElementBase.php
Get related element types.

File

src/YamlFormElementInterface.php, line 195

Class

YamlFormElementInterface
Defines the interface for form elements.

Namespace

Drupal\yamlform

Code

public function getRelatedTypes(array $element);