function EntityForm::prepareEntity
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityForm.php \Drupal\Core\Entity\EntityForm::prepareEntity()
- 8.9.x core/lib/Drupal/Core/Entity/EntityForm.php \Drupal\Core\Entity\EntityForm::prepareEntity()
- 10 core/lib/Drupal/Core/Entity/EntityForm.php \Drupal\Core\Entity\EntityForm::prepareEntity()
Prepares the entity object before the form is built first.
2 calls to EntityForm::prepareEntity()
- ContentEntityForm::prepareEntity in core/
lib/ Drupal/ Core/ Entity/ ContentEntityForm.php - EntityForm::init in core/
lib/ Drupal/ Core/ Entity/ EntityForm.php - Initialize the form state and the entity before the first form build.
3 methods override EntityForm::prepareEntity()
- ContentEntityForm::prepareEntity in core/
lib/ Drupal/ Core/ Entity/ ContentEntityForm.php - EntityDisplayModeAddForm::prepareEntity in core/
modules/ field_ui/ src/ Form/ EntityDisplayModeAddForm.php - Prepares the entity object before the form is built first.
- ViewFormBase::prepareEntity in core/
modules/ views_ui/ src/ ViewFormBase.php
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityForm.php, line 389
Class
- EntityForm
- Base class for entity forms.
Namespace
Drupal\Core\EntityCode
protected function prepareEntity() {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.