You are here

function hook_webform_element_info_alter in Webform 8.5

Same name and namespace in other branches
  1. 6.x webform.api.php \hook_webform_element_info_alter()

Alter the information provided in \Drupal\webform\Annotation\WebformElement.

Parameters

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

1 invocation of hook_webform_element_info_alter()
WebformElementManager::__construct in src/Plugin/WebformElementManager.php
Constructs a WebformElementManager.

File

./webform.api.php, line 19
Hooks related to Webform module.

Code

function hook_webform_element_info_alter(array &$definitions) {
}