function EntityForm::getEntity
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/EntityForm.php \Drupal\Core\Entity\EntityForm::getEntity()
- 10 core/lib/Drupal/Core/Entity/EntityForm.php \Drupal\Core\Entity\EntityForm::getEntity()
- 11.x core/lib/Drupal/Core/Entity/EntityForm.php \Drupal\Core\Entity\EntityForm::getEntity()
Overrides EntityFormInterface::getEntity
8 calls to EntityForm::getEntity()
- AccountForm::submitForm in core/
modules/ user/ src/ AccountForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form stateā¦
- BundleEntityFormBase::protectBundleIdElement in core/
lib/ Drupal/ Core/ Entity/ BundleEntityFormBase.php - Protects the bundle entity's ID property's form element against changes.
- WorkflowStateAddForm::form in core/
modules/ workflows/ src/ Form/ WorkflowStateAddForm.php - Gets the actual form array to be built.
- WorkflowStateEditForm::form in core/
modules/ workflows/ src/ Form/ WorkflowStateEditForm.php - Gets the actual form array to be built.
- WorkflowTransitionAddForm::form in core/
modules/ workflows/ src/ Form/ WorkflowTransitionAddForm.php - Gets the actual form array to be built.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityForm.php, line 338
Class
- EntityForm
- Base class for entity forms.
Namespace
Drupal\Core\EntityCode
public function getEntity() {
return $this->entity;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.