You are here

public function SupportTicketTypeForm::__construct in Support Ticketing System 8

Constructs the SupportTicketTypeForm object.

Parameters

\Drupal\Core\Entity\EntityManagerInterface $entity_manager: The entity manager

File

modules/support_ticket/src/SupportTicketTypeForm.php, line 37
Contains \Drupal\support_ticket\SupportTicketTypeForm.

Class

SupportTicketTypeForm
Form controller for support ticket type forms.

Namespace

Drupal\support_ticket

Code

public function __construct(EntityManagerInterface $entity_manager) {
  $this->entityManager = $entity_manager;
}