You are here

public function WebformHandlerInterface::deleteElement in Webform 8.5

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

Acts on a element after it has been deleted.

Parameters

string $key: The element's key.

array $element: The element's properties.

1 method overrides WebformHandlerInterface::deleteElement()
WebformHandlerBase::deleteElement in src/Plugin/WebformHandlerBase.php
Acts on a element after it has been deleted.

File

src/Plugin/WebformHandlerInterface.php, line 667

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

public function deleteElement($key, array $element);