Provides an interface for an entity repository.
Hierarchy
- interface \Drupal\Core\Entity\EntityRepositoryInterface
File
- core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php, line 8
Namespace
Drupal\Core\Entity
Members
Name | Modifiers | Type | Description |
---|---|---|---|
EntityRepositoryInterface::getTranslationFromContext | public | function | Gets the entity translation to be used in the given context. |
EntityRepositoryInterface::loadEntityByConfigTarget | public | function | Loads an entity by the config target identifier. |
EntityRepositoryInterface::loadEntityByUuid | public | function | Loads an entity by UUID. |
Please login to continue.