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
EntityStorageBase::setStaticCache function core/lib/Drupal/Core/Entity/EntityStorageBase.php Stores entities in the static entity cache.
EntityStorageBase::__construct function core/lib/Drupal/Core/Entity/EntityStorageBase.php Constructs an EntityStorageBase instance.
EntityStorageException class core/lib/Drupal/Core/Entity/EntityStorageException.php Defines an exception thrown when storage operations fail.
EntityStorageException.php file core/lib/Drupal/Core/Entity/EntityStorageException.php
EntityStorageInterface interface core/lib/Drupal/Core/Entity/EntityStorageInterface.php Defines the interface for entity storage classes.
EntityStorageInterface.php file core/lib/Drupal/Core/Entity/EntityStorageInterface.php
EntityStorageInterface::create function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Constructs a new entity object, without permanently saving it.
EntityStorageInterface::delete function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Deletes permanently saved entities.
EntityStorageInterface::deleteRevision function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Delete a specific entity revision.
EntityStorageInterface::FIELD_LOAD_CURRENT constant core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load the most recent version of an entity's field data.
EntityStorageInterface::FIELD_LOAD_REVISION constant core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load the version of an entity's field data specified in the entity.
EntityStorageInterface::getAggregateQuery function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets an aggregated query instance.
EntityStorageInterface::getEntityType function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets the entity type definition.
EntityStorageInterface::getEntityTypeId function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets the entity type ID.
EntityStorageInterface::getQuery function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets an entity query instance.
EntityStorageInterface::hasData function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Determines if the storage contains any data.
EntityStorageInterface::load function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Loads one entity.
EntityStorageInterface::loadByProperties function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load entities by their property values.
EntityStorageInterface::loadMultiple function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Loads one or more entities.
EntityStorageInterface::loadRevision function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load a specific entity revision.
EntityStorageInterface::loadUnchanged function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Loads an unchanged entity from the database.
EntityStorageInterface::resetCache function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Resets the internal, static entity cache.
EntityStorageInterface::restore function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Restores a previously saved entity.
EntityStorageInterface::save function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Saves the entity permanently.
EntityStorageSchemaInterface interface core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php Defines the interface for entity storage schema handler classes.
EntityStorageSchemaInterface.php file core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php
EntityStorageSchemaInterface::requiresEntityDataMigration function core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php Checks if existing data would be lost if the schema changes were applied.
EntityStorageSchemaInterface::requiresEntityStorageSchemaChanges function core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php Checks if the changes to the entity type requires storage schema changes.
EntityTest::$argumentValidator property core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php The tested argument validator.
EntityTest::$entityDisplayRepository property core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php The entity display repository.
EntityTest::$entityRepository property core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php The entity repository.
EntityTest::$entityStorage property core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php The mocked entity storage.
EntityTest::getOwner function core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php Returns the entity owner's user entity.
EntityTest::getOwnerId function core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php Returns the entity owner's user ID.
EntityTest::providerTestTokens function core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php Data provider for testing different types of tokens.
EntityTest::setOwner function core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php Sets the entity owner's user entity.
EntityTest::setOwnerId function core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php Sets the entity owner's user ID.
EntityTest::testRenderWithIdAndToken function core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php @covers ::render
@covers ::defineOptions
@covers ::init
EntityTestBase::$storage property core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityTestBase.php
EntityTestCompositeConstraintValidator class core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraintValidator.php Constraint validator for the EntityTestComposite constraint.
EntityTestCompositeConstraintValidator.php file core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraintValidator.php
EntityTestCompositeConstraintValidator::$context property core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraintValidator.php Validator 2.5 and upwards compatible execution context.
EntityTestCompositeConstraintValidator::validate function core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraintValidator.php
EntityTestDefinitionSubscriber::$entityLastInstalledSchemaRepository property core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php The last installed schema repository.
EntityTestDefinitionSubscriber::onFieldStorageDefinitionCreate function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Reacts to the creation of a field storage definition.
EntityTestDefinitionSubscriber::onFieldStorageDefinitionDelete function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Reacts to the deletion of a field storage definition.
EntityTestDefinitionSubscriber::onFieldStorageDefinitionUpdate function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Reacts to the update of a field storage definition.
EntityTestDefinitionSubscriber::storeDefinitionUpdate function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Stores the installed definition state for the specified event.
EntityTestDefinitionSubscriber::storeEvent function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Stores the specified event.
EntityTestEntityLevelValidator class core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevelValidator.php Constraint validator for the EntityTestEntityLevel constraint.

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