Search for storage

  1. Search 7.x for storage
  2. Search 9.5.x for storage
  3. Search 8.9.x for storage
  4. Search 10.3.x for storage
  5. Other projects
Title Object type File name Summary
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::getEntitiesByClass function core/lib/Drupal/Core/Entity/EntityStorageBase.php Indexes the given array of entities by their class name and ID.
EntityStorageBase::getEntityClass function core/lib/Drupal/Core/Entity/EntityStorageBase.php Retrieves the class name used to create the entity.
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 without any access checks.
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 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.
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.
EntityStorageBaseTest class core/tests/Drupal/Tests/Core/Entity/EntityStorageBaseTest.php @coversDefaultClass \Drupal\Core\Entity\EntityStorageBase
@group Entity
EntityStorageBaseTest.php file core/tests/Drupal/Tests/Core/Entity/EntityStorageBaseTest.php
EntityStorageBaseTest::generateEntityInterface function core/tests/Drupal/Tests/Core/Entity/EntityStorageBaseTest.php Generate a mocked entity object.
EntityStorageBaseTest::providerLoad function core/tests/Drupal/Tests/Core/Entity/EntityStorageBaseTest.php Data provider for testLoad().
EntityStorageBaseTest::providerLoadMultiple function core/tests/Drupal/Tests/Core/Entity/EntityStorageBaseTest.php Data provider for testLoadMultiple.
EntityStorageBaseTest::testLoad function core/tests/Drupal/Tests/Core/Entity/EntityStorageBaseTest.php @covers ::load
EntityStorageBaseTest::testLoadMultiple function core/tests/Drupal/Tests/Core/Entity/EntityStorageBaseTest.php Test loadMultiple().
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::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::getEntityClass function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Retrieves the class name used to create the entity.
EntityStorageInterface::getEntityType function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets the entity type definition.

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