public function EntityConfirmFormBase::delete in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php \Drupal\Core\Entity\EntityConfirmFormBase::delete()
The delete() method is not used in EntityConfirmFormBase. This overrides the default implementation that redirects to the delete-form confirmation form.
Confirmation forms should override submitForm() instead for their logic.
File
- core/
lib/ Drupal/ Core/ Entity/ EntityConfirmFormBase.php, line 105
Class
- EntityConfirmFormBase
- Provides a generic base class for an entity-based confirmation form.
Namespace
Drupal\Core\EntityCode
public function delete(array $form, FormStateInterface $form_state) {
}