You are here

function hook_webform_element_info_alter in Webform 6.x

Same name and namespace in other branches
  1. 8.5 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 object.

File

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

Code

function hook_webform_element_info_alter(array &$definitions) {
}