You are here

public function TestWebformHandler::createHandler in Webform 6.x

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

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

Overrides WebformHandlerBase::createHandler

File

tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php, line 187

Class

TestWebformHandler
Webform submission test handler.

Namespace

Drupal\webform_test_handler\Plugin\WebformHandler

Code

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