You are here

public function WebformHandlerInterface::deleteHandler in Webform 8.5

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

Acts on handler after it has been removed.

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

File

src/Plugin/WebformHandlerInterface.php, line 616

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

public function deleteHandler();