You are here

public function ExampleWebformHandler::deleteElement 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::deleteElement()

Acts on a element after it has been deleted.

Parameters

string $key: The element's key.

array $element: The element's properties.

Overrides WebformHandlerBase::deleteElement

File

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

Class

ExampleWebformHandler
Webform example handler.

Namespace

Drupal\webform_example_handler\Plugin\WebformHandler

Code

public function deleteElement($key, array $element) {
  $this
    ->debug(__FUNCTION__);
}