Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
EntityRow::$entityDisplayRepository property core/modules/views/src/Plugin/views/row/EntityRow.php The entity display repository.
EntityRow::$entityRepository property core/modules/views/src/Plugin/views/row/EntityRow.php The entity repository service.
EntityRow::getEntityRepository function core/modules/views/src/Plugin/views/row/EntityRow.php Returns the entity repository.
EntitySchemaSubscriber::$entityLastInstalledSchemaRepository property core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php The last installed schema definitions.
EntitySchemaTest::testCleanUpStorageDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests fields from an uninstalled module are removed from the schema.
EntitySchemaTest::testCustomFieldCreateDelete function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests the custom bundle field creation and deletion.
EntitySerializationTest::testDenormalizeCustomSerializedItem function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests normalizing/denormalizing custom serialized columns.
EntitySerializationTest::testDenormalizeEmptyCustomSerializedField function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests normalizing/denormalizing empty custom serialized fields.
EntitySerializationTest::testDenormalizeInvalidCustomSerializedField function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests normalizing/denormalizing invalid custom serialized fields.
EntitySerializationTest::testDenormalizeValidCustomSerializedField function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests normalizing/denormalizing valid custom serialized fields.
EntityStorageBase class core/lib/Drupal/Core/Entity/EntityStorageBase.php A base entity storage class.
EntityStorageBase.php file core/lib/Drupal/Core/Entity/EntityStorageBase.php
EntityStorageBase::$entityClass property core/lib/Drupal/Core/Entity/EntityStorageBase.php Name of the entity class.
EntityStorageBase::$entityType property core/lib/Drupal/Core/Entity/EntityStorageBase.php Information about the entity type.
EntityStorageBase::$entityTypeId property core/lib/Drupal/Core/Entity/EntityStorageBase.php Entity type ID for this storage.
EntityStorageBase::$idKey property core/lib/Drupal/Core/Entity/EntityStorageBase.php Name of the entity's ID field in the entity database table.
EntityStorageBase::$langcodeKey property core/lib/Drupal/Core/Entity/EntityStorageBase.php The name of the entity langcode property.
EntityStorageBase::$memoryCache property core/lib/Drupal/Core/Entity/EntityStorageBase.php The memory cache.
EntityStorageBase::$memoryCacheTag property core/lib/Drupal/Core/Entity/EntityStorageBase.php The memory cache cache tag.
EntityStorageBase::$uuidKey property core/lib/Drupal/Core/Entity/EntityStorageBase.php Name of entity's UUID database table field, if it supports UUIDs.
EntityStorageBase::$uuidService property core/lib/Drupal/Core/Entity/EntityStorageBase.php The UUID service.
EntityStorageBase::buildCacheId function core/lib/Drupal/Core/Entity/EntityStorageBase.php Builds the cache ID for the passed in entity ID.
EntityStorageBase::buildPropertyQuery function core/lib/Drupal/Core/Entity/EntityStorageBase.php Builds an entity query.
EntityStorageBase::create function core/lib/Drupal/Core/Entity/EntityStorageBase.php Constructs a new entity object, without permanently saving it.
EntityStorageBase::delete function core/lib/Drupal/Core/Entity/EntityStorageBase.php Deletes permanently saved entities.
EntityStorageBase::doCreate function core/lib/Drupal/Core/Entity/EntityStorageBase.php Performs storage-specific creation of entities.
EntityStorageBase::doDelete function core/lib/Drupal/Core/Entity/EntityStorageBase.php Performs storage-specific entity deletion.
EntityStorageBase::doLoadMultiple function core/lib/Drupal/Core/Entity/EntityStorageBase.php Performs storage-specific loading of entities.
EntityStorageBase::doPostSave function core/lib/Drupal/Core/Entity/EntityStorageBase.php Performs post save entity processing.
EntityStorageBase::doPreSave function core/lib/Drupal/Core/Entity/EntityStorageBase.php Performs presave entity processing.
EntityStorageBase::doSave function core/lib/Drupal/Core/Entity/EntityStorageBase.php Performs storage-specific saving of the entity.
EntityStorageBase::getAggregateQuery function core/lib/Drupal/Core/Entity/EntityStorageBase.php Gets an aggregated query instance.
EntityStorageBase::getEntityType function core/lib/Drupal/Core/Entity/EntityStorageBase.php Gets the entity type definition.
EntityStorageBase::getEntityTypeId function core/lib/Drupal/Core/Entity/EntityStorageBase.php Gets the entity type ID.
EntityStorageBase::getFromStaticCache function core/lib/Drupal/Core/Entity/EntityStorageBase.php Gets entities from the static cache.
EntityStorageBase::getQuery function core/lib/Drupal/Core/Entity/EntityStorageBase.php Gets an entity query instance.
EntityStorageBase::getQueryServiceName function core/lib/Drupal/Core/Entity/EntityStorageBase.php Gets the name of the service for the query for this entity storage.
EntityStorageBase::has function core/lib/Drupal/Core/Entity/EntityStorageBase.php Determines if this entity already exists in storage.
EntityStorageBase::hasData function core/lib/Drupal/Core/Entity/EntityStorageBase.php Determines if the storage contains any data.
EntityStorageBase::invokeHook function core/lib/Drupal/Core/Entity/EntityStorageBase.php Invokes a hook on behalf of the entity.
EntityStorageBase::load function core/lib/Drupal/Core/Entity/EntityStorageBase.php Loads one entity.
EntityStorageBase::loadByProperties function core/lib/Drupal/Core/Entity/EntityStorageBase.php Load entities by their property values.
EntityStorageBase::loadMultiple function core/lib/Drupal/Core/Entity/EntityStorageBase.php Loads one or more entities.
EntityStorageBase::loadUnchanged function core/lib/Drupal/Core/Entity/EntityStorageBase.php Loads an unchanged entity from the database.
EntityStorageBase::mapFromStorageRecords function core/lib/Drupal/Core/Entity/EntityStorageBase.php Maps from storage records to entity objects.
EntityStorageBase::postLoad function core/lib/Drupal/Core/Entity/EntityStorageBase.php Attaches data to entities upon loading.
EntityStorageBase::preLoad function core/lib/Drupal/Core/Entity/EntityStorageBase.php Gathers entities from a 'preload' step.
EntityStorageBase::resetCache function core/lib/Drupal/Core/Entity/EntityStorageBase.php Resets the internal, static entity cache.
EntityStorageBase::restore function core/lib/Drupal/Core/Entity/EntityStorageBase.php Restores a previously saved entity.
EntityStorageBase::save function core/lib/Drupal/Core/Entity/EntityStorageBase.php Saves the entity permanently.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.