public function EntityConfirmFormBase::save in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php \Drupal\Core\Entity\EntityConfirmFormBase::save()
- 10 core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php \Drupal\Core\Entity\EntityConfirmFormBase::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
- 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\EntityCode
public function save(array $form, FormStateInterface $form_state) {
}