Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityResource::$resourceTypeRepository | property | core/ |
The resource type repository. |
| EntityResource::addToRelationshipData | function | core/ |
Adds a relationship to a to-many relationship. |
| EntityResourcePostRouteSubscriber::$resourceConfigStorage | property | core/ |
The REST resource config storage. |
| EntityResourceTestBase::$entityStorage | property | core/ |
The entity storage. |
| EntityResourceTestBase::assertStoredEntityMatchesSentNormalization | function | core/ |
Asserts that the stored entity matches the sent normalization. |
| EntityResourceTestBase::castToString | function | core/ |
Transforms a normalization: casts all non-string types to strings. |
| EntityRevisionParamConverter::$entityRepository | property | core/ |
The entity repository. |
| EntityRevisionTest::$storage | property | core/ |
|
| EntityRevisionTranslationTest::testIsAnyStoredRevisionTranslated | function | core/ |
Tests that revision translations are correctly detected. |
| EntityRow::$entityDisplayRepository | property | core/ |
The entity display repository. |
| EntityRow::$entityRepository | property | core/ |
The entity repository service. |
| EntityRow::getEntityRepository | function | core/ |
|
| EntitySchemaSubscriber::$entityLastInstalledSchemaRepository | property | core/ |
The last installed schema definitions. |
| EntitySchemaTest::testCleanUpStorageDefinition | function | core/ |
Tests fields from an uninstalled module are removed from the schema. |
| EntitySchemaTest::testCustomFieldCreateDelete | function | core/ |
Tests the custom bundle field creation and deletion. |
| EntitySerializationTest::testDenormalizeCustomSerializedItem | function | core/ |
Tests normalizing/denormalizing custom serialized columns. |
| EntitySerializationTest::testDenormalizeEmptyCustomSerializedField | function | core/ |
Tests normalizing/denormalizing empty custom serialized fields. |
| EntitySerializationTest::testDenormalizeInvalidCustomSerializedField | function | core/ |
Tests normalizing/denormalizing invalid custom serialized fields. |
| EntitySerializationTest::testDenormalizeValidCustomSerializedField | function | core/ |
Tests normalizing/denormalizing valid custom serialized fields. |
| EntityStorageBase | class | core/ |
A base entity storage class. |
| EntityStorageBase.php | file | core/ |
|
| EntityStorageBase::$baseEntityClass | property | core/ |
Name of the base entity class. |
| EntityStorageBase::$entityType | property | core/ |
Information about the entity type. |
| EntityStorageBase::$entityTypeId | property | core/ |
Entity type ID for this storage. |
| EntityStorageBase::$idKey | property | core/ |
Name of the entity's ID field in the entity database table. |
| EntityStorageBase::$langcodeKey | property | core/ |
The name of the entity langcode property. |
| EntityStorageBase::$memoryCache | property | core/ |
The memory cache. |
| EntityStorageBase::$memoryCacheTag | property | core/ |
The memory cache tag. |
| EntityStorageBase::$uuidKey | property | core/ |
Name of entity's UUID database table field, if it supports UUIDs. |
| EntityStorageBase::$uuidService | property | core/ |
The UUID service. |
| EntityStorageBase::buildCacheId | function | core/ |
Builds the cache ID for the passed in entity ID. |
| EntityStorageBase::buildPropertyQuery | function | core/ |
Builds an entity query. |
| EntityStorageBase::create | function | core/ |
Constructs a new entity object, without permanently saving it. |
| EntityStorageBase::delete | function | core/ |
Deletes permanently saved entities. |
| EntityStorageBase::doCreate | function | core/ |
Performs storage-specific creation of entities. |
| EntityStorageBase::doDelete | function | core/ |
Performs storage-specific entity deletion. |
| EntityStorageBase::doLoadMultiple | function | core/ |
Performs storage-specific loading of entities. |
| EntityStorageBase::doPostSave | function | core/ |
Performs post save entity processing. |
| EntityStorageBase::doPreSave | function | core/ |
Performs presave entity processing. |
| EntityStorageBase::doSave | function | core/ |
Performs storage-specific saving of the entity. |
| EntityStorageBase::getAggregateQuery | function | core/ |
Gets an aggregated query instance. |
| EntityStorageBase::getEntitiesByClass | function | core/ |
Indexes the given array of entities by their class name and ID. |
| EntityStorageBase::getEntityClass | function | core/ |
Retrieves the class name used to create the entity. |
| EntityStorageBase::getEntityType | function | core/ |
Gets the entity type definition. |
| EntityStorageBase::getEntityTypeId | function | core/ |
Gets the entity type ID. |
| EntityStorageBase::getFromStaticCache | function | core/ |
Gets entities from the static cache. |
| EntityStorageBase::getQuery | function | core/ |
Gets an entity query instance. |
| EntityStorageBase::getQueryServiceName | function | core/ |
Gets the name of the service for the query for this entity storage. |
| EntityStorageBase::has | function | core/ |
Determines if this entity already exists in storage. |
| EntityStorageBase::hasData | function | core/ |
Determines if the storage contains any data. |
Pagination
- Previous page
- Page 80
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.