public function EntityConfirmFormBase::save

public EntityConfirmFormBase::save(array $form, FormStateInterface $form_state)

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

core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php, line 94

Class

EntityConfirmFormBase
Provides a generic base class for an entity-based confirmation form.

Namespace

Drupal\Core\Entity

Code

public function save(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!EntityConfirmFormBase.php/function/EntityConfirmFormBase::save/8.1.x