You are here

public function WebformConfigEntityDeleteFormBase::save in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Form/WebformConfigEntityDeleteFormBase.php \Drupal\webform\Form\WebformConfigEntityDeleteFormBase::save()

The save() method is not used in EntityConfirmFormBase. This overrides the default implementation that saves the entity.

Confirmation forms should override submitForm() instead for their logic.

Overrides EntityForm::save

File

src/Form/WebformConfigEntityDeleteFormBase.php, line 186

Class

WebformConfigEntityDeleteFormBase
Provides a generic base class for a webform entity deletion form.

Namespace

Drupal\webform\Form

Code

public function save(array $form, FormStateInterface $form_state) {
}