Search for to
Title | Object type | File name | Summary |
---|---|---|---|
EntityReferenceAutocompleteWidgetTest::testEntityReferenceAutocompleteWidgetAttachedEntity | function | core/ |
Tests that the autocomplete widget knows about the entity its attached to. |
EntityReferenceEntityFormatter::$entityDisplayRepository | property | core/ |
The entity display repository. |
EntityReferenceEntityFormatter::$loggerFactory | property | core/ |
The logger factory. |
EntityReferenceFormatterBase::getEntitiesToView | function | core/ |
Returns the referenced entities for display. |
EntityReferenceItem::calculateStorageDependencies | function | core/ |
Calculates dependencies for field items on the storage level. |
EntityReferenceItem::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
EntityReferenceItem::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
EntityReferenceItem::storageSettingsSummary | function | core/ |
Returns a short summary of the field's storage-level settings. |
EntityRepository | class | core/ |
Provides several mechanisms for retrieving entities. |
EntityRepository.php | file | core/ |
|
EntityRepository::$contextRepository | property | core/ |
The context repository service. |
EntityRepository::$entityTypeManager | property | core/ |
The entity type manager. |
EntityRepository::$languageManager | property | core/ |
The language manager. |
EntityRepository::getActive | function | core/ |
Retrieves the active entity variant matching the specified context. |
EntityRepository::getActiveMultiple | function | core/ |
Retrieves the active entity variants matching the specified context. |
EntityRepository::getCanonical | function | core/ |
Retrieves the canonical entity variant matching the specified context. |
EntityRepository::getCanonicalMultiple | function | core/ |
Retrieves the canonical entity variants matching the specified context. |
EntityRepository::getContentLanguageFromContexts | function | core/ |
Retrieves the current content language from the specified contexts. |
EntityRepository::getLatestTranslationAffectedRevision | function | core/ |
Returns the latest revision translation of the specified entity. |
EntityRepository::getTranslationFromContext | function | core/ |
Gets the entity translation to be used in the given context. |
EntityRepository::loadEntityByConfigTarget | function | core/ |
Loads an entity by the config target identifier. |
EntityRepository::loadEntityByUuid | function | core/ |
Loads an entity by UUID. |
EntityRepository::loadRevision | function | core/ |
Loads the specified entity revision. |
EntityRepository::__construct | function | core/ |
Constructs a new EntityRepository. |
EntityRepositoryInterface | interface | core/ |
Provides an interface for an entity repository. |
EntityRepositoryInterface.php | file | core/ |
|
EntityRepositoryInterface::CONTEXT_ID_LEGACY_CONTEXT_OPERATION | constant | core/ |
|
EntityRepositoryInterface::getActive | function | core/ |
Retrieves the active entity variant matching the specified context. |
EntityRepositoryInterface::getActiveMultiple | function | core/ |
Retrieves the active entity variants matching the specified context. |
EntityRepositoryInterface::getCanonical | function | core/ |
Retrieves the canonical entity variant matching the specified context. |
EntityRepositoryInterface::getCanonicalMultiple | function | core/ |
Retrieves the canonical entity variants matching the specified context. |
EntityRepositoryInterface::getTranslationFromContext | function | core/ |
Gets the entity translation to be used in the given context. |
EntityRepositoryInterface::loadEntityByConfigTarget | function | core/ |
Loads an entity by the config target identifier. |
EntityRepositoryInterface::loadEntityByUuid | function | core/ |
Loads an entity by UUID. |
EntityRepositoryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityRepository[[api-linebreak]] @group Entity |
EntityRepositoryTest.php | file | core/ |
|
EntityRepositoryTest::$contextRepository | property | core/ |
The context repository. |
EntityRepositoryTest::$entityRepository | property | core/ |
The entity repository under test. |
EntityRepositoryTest::$entityTypeManager | property | core/ |
The entity type manager. |
EntityRepositoryTest::$languageManager | property | core/ |
The language manager. |
EntityRepositoryTest::setUp | function | core/ |
|
EntityRepositoryTest::testGetTranslationFromContext | function | core/ |
Tests the getTranslationFromContext() method. |
EntityRevisionParamConverter::$entityRepository | property | core/ |
The entity repository. |
EntityStorageBase | class | core/ |
A base entity storage class. |
EntityStorageBase.php | file | core/ |
|
EntityStorageBase::$baseEntityClass | property | core/ |
Name of the base entity class. |
EntityStorageBase::$entityType | property | core/ |
Information about the entity type. |
EntityStorageBase::$entityTypeId | property | core/ |
Entity type ID for this storage. |
EntityStorageBase::$idKey | property | core/ |
Name of the entity's ID field in the entity database table. |
EntityStorageBase::$langcodeKey | property | core/ |
The name of the entity langcode property. |
Pagination
- Previous page
- Page 36
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.