function EntityForm::save
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityForm.php \Drupal\Core\Entity\EntityForm::save()
- 10 core/lib/Drupal/Core/Entity/EntityForm.php \Drupal\Core\Entity\EntityForm::save()
- 11.x core/lib/Drupal/Core/Entity/EntityForm.php \Drupal\Core\Entity\EntityForm::save()
Overrides EntityFormInterface::save
7 calls to EntityForm::save()
- ImageStyleFormBase::save in core/
modules/ image/ src/ Form/ ImageStyleFormBase.php - Form submission handler for the 'save' action.
- LanguageAddForm::save in core/
modules/ language/ src/ Form/ LanguageAddForm.php - Form submission handler for the 'save' action.
- LanguageEditForm::save in core/
modules/ language/ src/ Form/ LanguageEditForm.php - Form submission handler for the 'save' action.
- MediaForm::save in core/
modules/ media/ src/ MediaForm.php - Form submission handler for the 'save' action.
- MediaTypeForm::save in core/
modules/ media/ src/ MediaTypeForm.php - Form submission handler for the 'save' action.
47 methods override EntityForm::save()
- ActionFormBase::save in core/
modules/ action/ src/ Form/ ActionFormBase.php - Form submission handler for the 'save' action.
- BlockContentForm::save in core/
modules/ block_content/ src/ BlockContentForm.php - Form submission handler for the 'save' action.
- BlockContentTypeForm::save in core/
modules/ block_content/ src/ BlockContentTypeForm.php - Form submission handler for the 'save' action.
- BookOutlineForm::save in core/
modules/ book/ src/ Form/ BookOutlineForm.php - Form submission handler for the 'save' action.
- CommentForm::save in core/
modules/ comment/ src/ CommentForm.php - Form submission handler for the 'save' action.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityForm.php, line 327
Class
- EntityForm
- Base class for entity forms.
Namespace
Drupal\Core\EntityCode
public function save(array $form, FormStateInterface $form_state) {
return $this->entity
->save();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.