You are here

public function WebformElementBase::preDelete in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformElementBase.php \Drupal\webform\Plugin\WebformElementBase::preDelete()
1 method overrides WebformElementBase::preDelete()
WebformTestElement::preDelete in tests/modules/webform_test_element/src/Plugin/WebformElement/WebformTestElement.php

File

src/Plugin/WebformElementBase.php, line 2324

Class

WebformElementBase
Provides a base class for a webform element.

Namespace

Drupal\webform\Plugin

Code

public function preDelete(array &$element, WebformSubmissionInterface $webform_submission) {
}