You are here

public function EntityQueueUIController::__construct in Entityqueue 8

Constructs a EntityQueueUIController object

Parameters

EntityQueueRepositoryInterface $entityqueue_respository: The Entityqueue repository service.

File

src/Controller/EntityQueueUIController.php, line 40

Class

EntityQueueUIController
Returns responses for Entityqueue UI routes.

Namespace

Drupal\entityqueue\Controller

Code

public function __construct(EntityQueueRepositoryInterface $entityqueue_respository) {
  $this->entityQueueRepository = $entityqueue_respository;
}