You are here

public function YamlFormElementInterface::getInfo in YAML Form 8

Retrieves the default properties for the defined element type.

Return value

array An associative array describing the element types being defined.

See also

\Drupal\Core\Render\ElementInfoManagerInterface::getInfo

1 method overrides YamlFormElementInterface::getInfo()
YamlFormElementBase::getInfo in src/YamlFormElementBase.php
Retrieves the default properties for the defined element type.

File

src/YamlFormElementInterface.php, line 184

Class

YamlFormElementInterface
Defines the interface for form elements.

Namespace

Drupal\yamlform

Code

public function getInfo();