You are here

protected property EntityTranslation::$entityRepository in GraphQL 8.3

The entity repository.

Type: \Drupal\Core\Entity\EntityRepositoryInterface

File

modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityTranslation.php, line 35

Class

EntityTranslation
Plugin annotation @GraphQLField( id = "entity_translation", secure = true, name = "entityTranslation", type = "Entity", parents = {"Entity"}, arguments = { "language" = "LanguageId!" } )

Namespace

Drupal\graphql_core\Plugin\GraphQL\Fields\Entity

Code

protected $entityRepository;