Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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.
EntityStorageBase::__get function core/lib/Drupal/Core/Entity/EntityStorageBase.php Warns subclasses not to directly access the deprecated entityClass property.
EntityStorageBase::__set function core/lib/Drupal/Core/Entity/EntityStorageBase.php Warns subclasses not to directly set the deprecated entityClass property.
EntityStorageBaseTest class core/tests/Drupal/Tests/Core/Entity/EntityStorageBaseTest.php @coversDefaultClass \Drupal\Core\Entity\EntityStorageBase[[api-linebreak]]
@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[[api-linebreak]]
EntityStorageBaseTest::testLoadMultiple function core/tests/Drupal/Tests/Core/Entity/EntityStorageBaseTest.php Test loadMultiple().
EntityStorageDeprecationTest class core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php @coversDefaultClass \Drupal\Core\Entity\EntityStorageBase[[api-linebreak]]
@group Entity
@group legacy
EntityStorageDeprecationTest.php file core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php
EntityStorageDeprecationTest::$cache property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The cache backend to use.
EntityStorageDeprecationTest::$connection property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The database connection to use.
EntityStorageDeprecationTest::$container property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The dependency injection container.
EntityStorageDeprecationTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The mocked entity field manager used in this test.
EntityStorageDeprecationTest::$entityStorage property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The content entity database storage used in this test.
EntityStorageDeprecationTest::$entityType property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The mocked entity type used in this test.
EntityStorageDeprecationTest::$entityTypeBundleInfo property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The mocked entity type bundle info used in this test.
EntityStorageDeprecationTest::$entityTypeId property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The entity type ID.
EntityStorageDeprecationTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The mocked entity type manager used in this test.
EntityStorageDeprecationTest::$fieldDefinitions property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php An array of field definitions used for this test, keyed by field name.
EntityStorageDeprecationTest::$languageManager property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The language manager.
EntityStorageDeprecationTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php The module handler.
EntityStorageDeprecationTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php
EntityStorageDeprecationTest::setUpEntityStorage function core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php Sets up the content entity storage.
EntityStorageDeprecationTest::testGetEntityClass function core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php Tests the deprecation when accessing entityClass directly.
EntityStorageDeprecationTest::testSetEntityClass function core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php Tests the deprecation when setting entityClass directly.
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.

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