You are here

protected property EntityTranslations::$entityRepository in GraphQL 8.4

The entity repository.

Type: \Drupal\Core\Entity\EntityRepositoryInterface

File

src/Plugin/GraphQL/DataProducer/Entity/EntityTranslations.php, line 57

Class

EntityTranslations
Returns all available translations of an entity.

Namespace

Drupal\graphql\Plugin\GraphQL\DataProducer\Entity

Code

protected $entityRepository;