You are here

public function EntityByIdDeriver::__construct in GraphQL 8.3

EntityByIdDeriver constructor.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: The entity type manager service.

File

modules/graphql_core/src/Plugin/Deriver/Fields/EntityByIdDeriver.php, line 37

Class

EntityByIdDeriver

Namespace

Drupal\graphql_core\Plugin\Deriver\Fields

Code

public function __construct(EntityTypeManagerInterface $entityTypeManager) {
  $this->entityTypeManager = $entityTypeManager;
}