public function EntityFormController::delete

Form submission handler for the 'delete' action.

Parameters

array $form: An associative array containing the structure of the form.

array $form_state: A reference to a keyed array containing the current state of the form.

5 methods override EntityFormController::delete()

File

drupal/core/lib/Drupal/Core/Entity/EntityFormController.php, line 213
Definition of Drupal\Core\Entity\EntityFormController.

Class

EntityFormController
Base class for entity form controllers.

Namespace

Drupal\Core\Entity

Code

public function delete(array $form, array &$form_state) {

  // @todo Perform common delete operations.
}