You are here

public function SupportTicketTypeDeleteConfirm::__construct in Support Ticketing System 8

Constructs a new SupportTicketTypeDeleteConfirm object.

Parameters

\Drupal\Core\Entity\Query\QueryFactory $query_factory: The entity query object.

File

modules/support_ticket/src/Form/SupportTicketTypeDeleteConfirm.php, line 33
Contains \Drupal\support_ticket\Form\SupportTypeDeleteConfirm.

Class

SupportTicketTypeDeleteConfirm
Provides a form for support ticket type deletion.

Namespace

Drupal\support_ticket\Form

Code

public function __construct(QueryFactory $query_factory) {
  $this->queryFactory = $query_factory;
}