You are here

public function SupportTicketTypeInterface::getHelp in Support Ticketing System 8

Gets the help information.

Return value

string The help information of this support ticket type.

1 method overrides SupportTicketTypeInterface::getHelp()
SupportTicketType::getHelp in modules/support_ticket/src/Entity/SupportTicketType.php
Gets the help information.

File

modules/support_ticket/src/SupportTicketTypeInterface.php, line 79
Contains \Drupal\support_ticket\SupportTicketTypeInterface.

Class

SupportTicketTypeInterface
Provides an interface defining a support ticket type entity.

Namespace

Drupal\support_ticket

Code

public function getHelp();