You are here

function hook_yamlform_element_info_alter in YAML Form 8

Alter the information provided in \Drupal\yamlform\Annotation\YamlFormElement.

Parameters

array $elements: The array of form handlers, keyed on the machine-readable element name.

1 invocation of hook_yamlform_element_info_alter()
YamlFormElementManager::__construct in src/YamlFormElementManager.php
Constructs a new YamlFormElementManager.

File

./yamlform.api.php, line 19
Hooks related to YAML Form module.

Code

function hook_yamlform_element_info_alter(array &$elements) {
}