You are here

public function DeveloperAppViewControllerForDeveloper::__construct in Apigee Edge 8

DeveloperAppViewControllerForDeveloper constructor.

Parameters

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

File

src/Controller/DeveloperAppViewControllerForDeveloper.php, line 45

Class

DeveloperAppViewControllerForDeveloper
Displays the view page of a developer app for a given user on the UI.

Namespace

Drupal\apigee_edge\Controller

Code

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