You are here

public function ExampleWebformHandler::createHandler in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_example_handler/src/Plugin/WebformHandler/ExampleWebformHandler.php \Drupal\webform_example_handler\Plugin\WebformHandler\ExampleWebformHandler::createHandler()

Acts on handler after it has been created and added to webform.

Overrides WebformHandlerBase::createHandler

File

modules/webform_example_handler/src/Plugin/WebformHandler/ExampleWebformHandler.php, line 202

Class

ExampleWebformHandler
Webform example handler.

Namespace

Drupal\webform_example_handler\Plugin\WebformHandler

Code

public function createHandler() {
  $this
    ->debug(__FUNCTION__);
}