Search for entity
- Search 7.x for entity
- Search 9.5.x for entity
- Search 10.3.x for entity
- Search 11.x for entity
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Entity | class | core/ |
Defines a base entity class. |
| Entity | class | core/ |
Defines a 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 |
|---|---|---|---|
| EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions | function | core/ |
Gets the entity type's most recently installed field storage definitions. |
| EntityLastInstalledSchemaRepository::setLastInstalledDefinition | function | core/ |
Stores the entity type definition in the application state. |
| EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition | function | core/ |
Stores the field storage definition in the application state. |
| EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions | function | core/ |
Stores the entity type's field storage definitions in the application state. |
| EntityLastInstalledSchemaRepository::__construct | function | core/ |
Constructs a new EntityLastInstalledSchemaRepository. |
| EntityLastInstalledSchemaRepositoryInterface | interface | core/ |
Provides an interface for an installed entity definition repository. |
| EntityLastInstalledSchemaRepositoryInterface.php | file | core/ |
|
| EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition | function | core/ |
Deletes the entity type definition from the application state. |
| EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition | function | core/ |
Deletes the field storage definition from the application state. |
| EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinition | function | core/ |
Gets the entity type definition in its most recently installed state. |
| EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinitions | function | core/ |
Gets the entity type definitions in their most recently installed state. |
| EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions | function | core/ |
Gets the entity type's most recently installed field storage definitions. |
| EntityLastInstalledSchemaRepositoryInterface::setLastInstalledDefinition | function | core/ |
Stores the entity type definition in the application state. |
| EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition | function | core/ |
Stores the field storage definition in the application state. |
| EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions | function | core/ |
Stores the entity type's field storage definitions in the application state. |
| EntityLegacyTest | class | core/ |
Tests legacy entity functions. |
| EntityLegacyTest.php | file | core/ |
|
| EntityLegacyTest::$modules | property | core/ |
Modules to enable. |
| EntityLegacyTest::setUp | function | core/ |
|
| EntityLegacyTest::testEntityCreate | function | core/ |
Tests deprecation of the entity_create() function. |
| EntityLegacyTest::testEntityDeleteMultiple | function | core/ |
Tests that entity_delete_multiple triggers an error. |
| EntityLegacyTest::testEntityLegacyCode | function | core/ |
@expectedDeprecation entity_load_multiple() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use the entity type storage's loadMultiple() method. See https://www.drupal.org/node/2266845 @expectedDeprecation entity_load() is… |
| EntityLegacyTest::testEntityLoadMultipleByProperties | function | core/ |
@expectedDeprecation entity_load_multiple_by_properties() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use the entity type storage's loadByProperties() method. See https://www.drupal.org/node/3050910 |
| EntityLegacyTest::testEntityView | function | core/ |
@expectedDeprecation entity_view() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal::entityTypeManager()->getViewBuilder($entity->getEntityTypeId())->view($entity, $view_mode, $langcode) instead. See… |
| EntityLegacyTest::testLegacyDisplayFunctions | function | core/ |
@expectedDeprecation entity_get_display() is deprecated in drupal:8.8.0. It will be removed before drupal:9.0.0. Use \Drupal::service('entity_display.repository')->getViewDisplay() instead. See… |
| EntityLink | class | core/ |
Handler for showing comment module's entity links. |
| EntityLink | class | core/ |
Field handler to present a link to an entity. |
| EntityLink.php | file | core/ |
|
| EntityLink.php | file | core/ |
|
| EntityLink::$build | property | core/ |
Stores the result of parent entities build for all rows to reuse it later. |
| EntityLink::buildOptionsForm | function | core/ |
Default options form that provides the label widget that all fields should have. |
| EntityLink::buildOptionsForm | function | core/ |
Default options form that provides the label widget that all fields should have. |
| EntityLink::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| EntityLink::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| EntityLink::getDefaultLabel | function | core/ |
Returns the default label for this link. |
| EntityLink::getEntityLinkTemplate | function | core/ |
Returns the entity link template name identifying the link route. |
| EntityLink::getUrlInfo | function | core/ |
Returns the URI elements of the link. |
| EntityLink::preRender | function | core/ |
Runs before any fields are rendered. |
| EntityLink::query | function | core/ |
Called to add the field to a query. |
| EntityLink::render | function | core/ |
Renders the field. |
| EntityLink::render | function | core/ |
Renders the field. |
| EntityLink::renderLink | function | core/ |
Prepares the link to view a entity. |
| EntityLinkDelete | class | core/ |
Field handler to present a link to delete an entity. |
| EntityLinkDelete.php | file | core/ |
|
| EntityLinkDelete::getDefaultLabel | function | core/ |
Returns the default label for this link. |
| EntityLinkDelete::getEntityLinkTemplate | function | core/ |
Returns the entity link template name identifying the link route. |
| EntityLinkDelete::renderLink | function | core/ |
Prepares the link to view a entity. |
| EntityLinkEdit | class | core/ |
Field handler to present a link to edit an entity. |
| EntityLinkEdit.php | file | core/ |
|
| EntityLinkEdit::getDefaultLabel | function | core/ |
Returns the default label for this link. |
Pagination
- Previous page
- Page 77
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.