You are here

public function ItemDetailForm::__construct in Queue UI 8.2

InspectForm constructor.

Parameters

\Drupal\queue_ui\QueueUIManager $queueUIManager:

File

src/Form/ItemDetailForm.php, line 26

Class

ItemDetailForm
Class QueueUIInspectForm @package Drupal\queue_ui\Form

Namespace

Drupal\queue_ui\Form

Code

public function __construct(QueueUIManager $queueUIManager) {
  $this->queueUIManager = $queueUIManager;
}