Search for build
- Search 7.x for build
- Search 8.9.x for build
- Search 10.3.x for build
- Search 11.x for build
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityFieldManager::buildBaseFieldDefinitions | function | core/ |
Builds base field definitions for an entity type. |
| EntityFieldManager::buildBundleFieldDefinitions | function | core/ |
Builds field definitions for a specific bundle within an entity type. |
| EntityFieldManager::buildFieldStorageDefinitions | function | core/ |
Builds field storage definitions for an entity type. |
| EntityFieldRenderer::buildFields | function | core/ |
Builds the render arrays for all fields of all result rows. |
| EntityForm::afterBuild | function | core/ |
Form element #after_build callback: Updates the entity with submitted data. |
| EntityForm::buildEntity | function | core/ |
Builds an updated entity object based upon the submitted form values. |
| EntityForm::buildForm | function | core/ |
Form constructor. |
| 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/ |
Gets the built and processed entity form for the given entity. |
| 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[[api-linebreak]] @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::buildForm | function | core/ |
Adds field widgets to an entity form. |
| EntityFormDisplayEditForm::buildFieldRow | function | core/ |
Builds the table row structure for a single field. |
| EntityFormDisplayInterface::buildForm | function | core/ |
Adds field widgets to an entity form. |
| EntityFormInterface::buildEntity | function | core/ |
Builds an updated entity object based upon the submitted form values. |
| EntityFormModeListBuilder | class | core/ |
Defines a class to build a listing of form mode entities. |
| EntityFormModeListBuilder.php | file | core/ |
|
| EntityFormModeListBuilder::isValidEntity | function | core/ |
Filters entities based on their form mode handlers. |
| EntityLabel::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
| EntityLink::$build | property | core/ |
Stores the result of parent entities build for all rows to reuse it later. |
| EntityLink::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
| EntityLink::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
| EntityListBuilder | class | core/ |
Defines a generic implementation to build a listing of entities. |
| EntityListBuilder.php | file | core/ |
|
| EntityListBuilder::$entityType | property | core/ |
Information about the entity type. |
| EntityListBuilder::$entityTypeId | property | core/ |
The entity type ID. |
| EntityListBuilder::$limit | property | core/ |
The number of entities to list per page, or FALSE to list all entities. |
| EntityListBuilder::$storage | property | core/ |
The entity storage class. |
| EntityListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
| EntityListBuilder::buildOperations | function | core/ |
Builds a renderable list of operation links for the entity. |
| EntityListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
| EntityListBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| EntityListBuilder::ensureDestination | function | core/ |
Ensures that a destination is present on the given URL. |
| EntityListBuilder::getDefaultOperations | function | core/ |
Gets this list's default operations. |
| EntityListBuilder::getEntityIds | function | core/ |
Loads entity IDs using a pager sorted by the entity id. |
| EntityListBuilder::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
| EntityListBuilder::getStorage | function | core/ |
Gets the entity storage. |
| EntityListBuilder::getTitle | function | core/ |
Gets the title of the page. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.