Search for entity
- Search 7.x for entity
- Search 9.5.x for entity
- Search 8.9.x for entity
- Search 10.3.x for entity
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Entity | class | core/ |
Defines an argument validator plugin for each entity type. |
Entity | class | core/ |
Provides an area handler which renders an entity in a certain view mode. |
Entity | class | core/ |
Provides a generic destination to import entities. |
Entity | class | core/ |
|
Entity | class | core/ |
This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
EntityForm::actionsElement | function | core/ |
Returns the action form element for the current entity form. |
EntityForm::afterBuild | function | core/ |
Form element #after_build callback: Updates the entity with submitted data. |
EntityForm::buildEntity | function | core/ |
|
EntityForm::buildForm | function | core/ |
|
EntityForm::copyFormValuesToEntity | function | core/ |
Copies top-level form values to entity properties. |
EntityForm::form | function | core/ |
Gets the actual form array to be built. |
EntityForm::getBaseFormId | function | core/ |
|
EntityForm::getEntity | function | core/ |
|
EntityForm::getEntityFromRouteMatch | function | core/ |
|
EntityForm::getFormId | function | core/ |
|
EntityForm::getOperation | function | core/ |
|
EntityForm::init | function | core/ |
Initialize the form state and the entity before the first form build. |
EntityForm::prepareEntity | function | core/ |
Prepares the entity object before the form is built first. |
EntityForm::prepareInvokeAll | function | core/ |
Invokes the specified prepare hook variant. |
EntityForm::processForm | function | core/ |
Process callback: assigns weights and hides extra fields. |
EntityForm::save | function | core/ |
|
EntityForm::setEntity | function | core/ |
|
EntityForm::setEntityTypeManager | function | core/ |
|
EntityForm::setModuleHandler | function | core/ |
|
EntityForm::setOperation | function | core/ |
|
EntityForm::submitForm | function | core/ |
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… |
EntityFormBuilder | class | core/ |
Builds entity forms. |
EntityFormBuilder.php | file | core/ |
|
EntityFormBuilder::$entityTypeManager | property | core/ |
The entity type manager service. |
EntityFormBuilder::$formBuilder | property | core/ |
The form builder. |
EntityFormBuilder::getForm | function | core/ |
|
EntityFormBuilder::__construct | function | core/ |
Constructs a new EntityFormBuilder. |
EntityFormBuilderInterface | interface | core/ |
Builds entity forms. |
EntityFormBuilderInterface.php | file | core/ |
|
EntityFormBuilderInterface::getForm | function | core/ |
Gets the built and processed entity form for the given entity. |
EntityFormBuilderTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityFormBuilder @group Entity |
EntityFormBuilderTest.php | file | core/ |
|
EntityFormBuilderTest::$entityFormBuilder | property | core/ |
The entity form builder. |
EntityFormBuilderTest::$entityTypeManager | property | core/ |
The entity type manager. |
EntityFormBuilderTest::$formBuilder | property | core/ |
The form builder. |
EntityFormBuilderTest::setUp | function | core/ |
|
EntityFormBuilderTest::testGetForm | function | core/ |
Tests the getForm() method. |
EntityFormDisplay | class | core/ |
Configuration entity. |
EntityFormDisplay.php | file | core/ |
|
EntityFormDisplay::$displayContext | property | core/ |
|
EntityFormDisplay::buildForm | function | core/ |
|
EntityFormDisplay::collectRenderDisplay | function | core/ |
Returns the entity_form_display object used to build an entity form. |
EntityFormDisplay::extractFormValues | function | core/ |
|
EntityFormDisplay::flagWidgetsErrorsFromViolations | function | core/ |
|
EntityFormDisplay::getPluginCollections | function | core/ |
|
EntityFormDisplay::getRenderer | function | core/ |
|
EntityFormDisplay::movePropertyPathViolationsRelativeToField | function | core/ |
Moves the property path to be relative to field level. |
EntityFormDisplay::processForm | function | core/ |
Process callback: assigns weights and hides extra fields. |
EntityFormDisplay::validateFormValues | function | core/ |
|
EntityFormDisplay::__construct | function | core/ |
Pagination
- Previous page
- Page 75
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.