You are here

public function WebformHandlerInterface::updateHandler in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::updateHandler()

Acts on handler after it has been updated.

1 method overrides WebformHandlerInterface::updateHandler()
WebformHandlerBase::updateHandler in src/Plugin/WebformHandlerBase.php
Acts on handler after it has been updated.

File

src/Plugin/WebformHandlerInterface.php, line 611

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

public function updateHandler();