You are here

public function EdgeEntityFieldConfigListController::__construct in Apigee Edge 8

EdgeEntityFieldConfigListController constructor.

Parameters

\Symfony\Component\EventDispatcher\EventDispatcherInterface $event_dispatcher: The event dispatcher service.

File

src/Controller/EdgeEntityFieldConfigListController.php, line 47

Class

EdgeEntityFieldConfigListController
Allows to alter field config UIs of Apigee Edge entities.

Namespace

Drupal\apigee_edge\Controller

Code

public function __construct(EventDispatcherInterface $event_dispatcher) {
  $this->eventDispatcher = $event_dispatcher;
}