public ContentEntityConfirmFormBase::delete(array $form, FormStateInterface $form_state)
The delete() method is not used in ContentEntityConfirmFormBase. This overrides the default implementation that redirects to the delete-form confirmation form.
Confirmation forms should override submitForm() instead for their logic.
public function delete(array $form, FormStateInterface $form_state) { }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!ContentEntityConfirmFormBase.php/function/ContentEntityConfirmFormBase::delete/8.1.x