You are here

public function SupportTicketInterface::getTitle in Support Ticketing System 8

Gets the support ticket title.

Return value

string Title of the support ticket.

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

File

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

Class

SupportTicketInterface
Provides an interface defining a support ticket entity.

Namespace

Drupal\support_ticket

Code

public function getTitle();