You are here

public function DeveloperWithUser::__construct in Apigee Edge 8

DeveloperWithUser constructor.

Parameters

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

File

src/ParamConverter/DeveloperWithUser.php, line 49

Class

DeveloperWithUser
Resolves "developer_with_user" type parameters in routes.

Namespace

Drupal\apigee_edge\ParamConverter

Code

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