You are here

public function StatusOverviewForm::__construct in Brightcove Video Connect 3.x

Same name and namespace in other branches
  1. 8.2 src/Form/StatusOverviewForm.php \Drupal\brightcove\Form\StatusOverviewForm::__construct()
  2. 8 src/Form/StatusOverviewForm.php \Drupal\brightcove\Form\StatusOverviewForm::__construct()

Constructs a StatusOverviewForm object.

Parameters

\Drupal\Core\Queue\QueueFactory $queueFactory: The queue factory.

\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: Entity type manager.

File

src/Form/StatusOverviewForm.php, line 42

Class

StatusOverviewForm
Class StatusOverviewForm.

Namespace

Drupal\brightcove\Form

Code

public function __construct(QueueFactory $queueFactory, EntityTypeManagerInterface $entityTypeManager) {
  $this->queueFactory = $queueFactory;
  $this->entityTypeManager = $entityTypeManager;
}