function ContentEntityConfirmFormBase::save
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php \Drupal\Core\Entity\ContentEntityConfirmFormBase::save()
- 10 core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php \Drupal\Core\Entity\ContentEntityConfirmFormBase::save()
- 11.x core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php \Drupal\Core\Entity\ContentEntityConfirmFormBase::save()
The save() method is not used in ContentEntityConfirmFormBase. 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/ ContentEntityConfirmFormBase.php, line 100
Class
- ContentEntityConfirmFormBase
- Provides a generic base class for an entity-based confirmation form.
Namespace
Drupal\Core\EntityCode
public function save(array $form, FormStateInterface $form_state) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.