You are here

public function ExampleWebformHandler::updateHandler in Webform 8.5

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

Acts on handler after it has been updated.

Overrides WebformHandlerBase::updateHandler

File

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

Class

ExampleWebformHandler
Webform example handler.

Namespace

Drupal\webform_example_handler\Plugin\WebformHandler

Code

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