You are here

public function SupportTicketInterface::getType in Support Ticketing System 8

Gets the support ticket type.

Return value

string The support ticket type.

1 method overrides SupportTicketInterface::getType()
SupportTicket::getType in modules/support_ticket/src/Entity/SupportTicket.php
Gets the support ticket type.

File

modules/support_ticket/src/SupportTicketInterface.php, line 26
Contains \Drupal\support_ticket\SupportTicketInterface.

Class

SupportTicketInterface
Provides an interface defining a support ticket entity.

Namespace

Drupal\support_ticket

Code

public function getType();