You are here

function hook_webform_handler_info_alter in Webform 8.5

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

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

Parameters

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

1 invocation of hook_webform_handler_info_alter()
WebformHandlerManager::__construct in src/Plugin/WebformHandlerManager.php
Constructs a WebformHandlerManager.

File

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

Code

function hook_webform_handler_info_alter(array &$handlers) {
}