Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
EntityReferenceAutocompleteWidgetTest::testEntityReferenceAutocompleteWidgetAttachedEntity function core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php Tests that the autocomplete widget knows about the entity its attached to.
EntityReferenceEntityFormatter::$entityDisplayRepository property core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php The entity display repository.
EntityReferenceEntityFormatter::$loggerFactory property core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php The logger factory.
EntityReferenceFormatterBase::getEntitiesToView function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php Returns the referenced entities for display.
EntityReferenceItem::calculateStorageDependencies function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php Calculates dependencies for field items on the storage level.
EntityReferenceItem::defaultStorageSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php Defines the storage-level settings for this plugin.
EntityReferenceItem::storageSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php Returns a form for the storage-level settings.
EntityReferenceItem::storageSettingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php Returns a short summary of the field's storage-level settings.
EntityRepository class core/lib/Drupal/Core/Entity/EntityRepository.php Provides several mechanisms for retrieving entities.
EntityRepository.php file core/lib/Drupal/Core/Entity/EntityRepository.php
EntityRepository::$contextRepository property core/lib/Drupal/Core/Entity/EntityRepository.php The context repository service.
EntityRepository::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityRepository.php The entity type manager.
EntityRepository::$languageManager property core/lib/Drupal/Core/Entity/EntityRepository.php The language manager.
EntityRepository::getActive function core/lib/Drupal/Core/Entity/EntityRepository.php Retrieves the active entity variant matching the specified context.
EntityRepository::getActiveMultiple function core/lib/Drupal/Core/Entity/EntityRepository.php Retrieves the active entity variants matching the specified context.
EntityRepository::getCanonical function core/lib/Drupal/Core/Entity/EntityRepository.php Retrieves the canonical entity variant matching the specified context.
EntityRepository::getCanonicalMultiple function core/lib/Drupal/Core/Entity/EntityRepository.php Retrieves the canonical entity variants matching the specified context.
EntityRepository::getContentLanguageFromContexts function core/lib/Drupal/Core/Entity/EntityRepository.php Retrieves the current content language from the specified contexts.
EntityRepository::getLatestTranslationAffectedRevision function core/lib/Drupal/Core/Entity/EntityRepository.php Returns the latest revision translation of the specified entity.
EntityRepository::getTranslationFromContext function core/lib/Drupal/Core/Entity/EntityRepository.php Gets the entity translation to be used in the given context.
EntityRepository::loadEntityByConfigTarget function core/lib/Drupal/Core/Entity/EntityRepository.php Loads an entity by the config target identifier.
EntityRepository::loadEntityByUuid function core/lib/Drupal/Core/Entity/EntityRepository.php Loads an entity by UUID.
EntityRepository::loadRevision function core/lib/Drupal/Core/Entity/EntityRepository.php Loads the specified entity revision.
EntityRepository::__construct function core/lib/Drupal/Core/Entity/EntityRepository.php Constructs a new EntityRepository.
EntityRepositoryInterface interface core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Provides an interface for an entity repository.
EntityRepositoryInterface.php file core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php
EntityRepositoryInterface::CONTEXT_ID_LEGACY_CONTEXT_OPERATION constant core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php
EntityRepositoryInterface::getActive function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Retrieves the active entity variant matching the specified context.
EntityRepositoryInterface::getActiveMultiple function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Retrieves the active entity variants matching the specified context.
EntityRepositoryInterface::getCanonical function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Retrieves the canonical entity variant matching the specified context.
EntityRepositoryInterface::getCanonicalMultiple function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Retrieves the canonical entity variants matching the specified context.
EntityRepositoryInterface::getTranslationFromContext function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Gets the entity translation to be used in the given context.
EntityRepositoryInterface::loadEntityByConfigTarget function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Loads an entity by the config target identifier.
EntityRepositoryInterface::loadEntityByUuid function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Loads an entity by UUID.
EntityRepositoryTest class core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php @coversDefaultClass \Drupal\Core\Entity\EntityRepository[[api-linebreak]]
@group Entity
EntityRepositoryTest.php file core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php
EntityRepositoryTest::$contextRepository property core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php The context repository.
EntityRepositoryTest::$entityRepository property core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php The entity repository under test.
EntityRepositoryTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php The entity type manager.
EntityRepositoryTest::$languageManager property core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php The language manager.
EntityRepositoryTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php
EntityRepositoryTest::testGetTranslationFromContext function core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php Tests the getTranslationFromContext() method.
EntityRevisionParamConverter::$entityRepository property core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php The entity repository.
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::$baseEntityClass property core/lib/Drupal/Core/Entity/EntityStorageBase.php Name of the base 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.

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