You are here

public function SupportTicket::getType in Support Ticketing System 8

Gets the support ticket type.

Return value

string The support ticket type.

Overrides SupportTicketInterface::getType

File

modules/support_ticket/src/Entity/SupportTicket.php, line 138
Contains \Drupal\support_ticket\Entity\SupportTicket.

Class

SupportTicket
Defines the support ticket entity class.

Namespace

Drupal\support_ticket\Entity

Code

public function getType() {
  return $this
    ->bundle();
}