public function StatusOverviewForm::__construct in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/Form/StatusOverviewForm.php \Drupal\brightcove\Form\StatusOverviewForm::__construct()
- 3.x 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\EntityTypeManager $entityTypeManager: Entity type manager.
File
- src/
Form/ StatusOverviewForm.php, line 42
Class
- StatusOverviewForm
- Class StatusOverviewForm.
Namespace
Drupal\brightcove\FormCode
public function __construct(QueueFactory $queueFactory, EntityTypeManager $entityTypeManager) {
$this->queueFactory = $queueFactory;
$this->entityTypeManager = $entityTypeManager;
}