You are here

13 calls to EntityForm::getEntity() in Drupal 10

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.
DefaultsEntityForm::getBaseFormId in core/modules/layout_builder/src/Form/DefaultsEntityForm.php
Returns a string identifying the base form.
MediaTypeForm::actions in core/modules/media/src/MediaTypeForm.php
Returns an array of supported actions for the current entity form.
OverridesEntityForm::getBaseFormId in core/modules/layout_builder/src/Form/OverridesEntityForm.php
Returns a string identifying the base form.
WorkflowStateAddForm::exists in core/modules/workflows/src/Form/WorkflowStateAddForm.php
Determines if the workflow state already exists.
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::exists in core/modules/workflows/src/Form/WorkflowTransitionAddForm.php
Determines if the workflow transition already exists.
WorkflowTransitionAddForm::form in core/modules/workflows/src/Form/WorkflowTransitionAddForm.php
Gets the actual form array to be built.
WorkflowTransitionAddForm::validateForm in core/modules/workflows/src/Form/WorkflowTransitionAddForm.php
Form validation handler.
WorkflowTransitionEditForm::form in core/modules/workflows/src/Form/WorkflowTransitionEditForm.php
Gets the actual form array to be built.
WorkflowTransitionEditForm::validateForm in core/modules/workflows/src/Form/WorkflowTransitionEditForm.php
Form validation handler.