You are here

function hook_yamlform_handler_info_alter in YAML Form 8

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

Parameters

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

1 invocation of hook_yamlform_handler_info_alter()
YamlFormHandlerManager::__construct in src/YamlFormHandlerManager.php
Constructs a new YamlFormHandlerManager.

File

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

Code

function hook_yamlform_handler_info_alter(array &$handlers) {
}