public function SupportTicketInterface::setTitle in Support Ticketing System 8
Sets the support ticket title.
Parameters
string $title: The support ticket title.
Return value
\Drupal\support_ticket\SupportTicketInterface The called support ticket entity.
1 method overrides SupportTicketInterface::setTitle()
- SupportTicket::setTitle in modules/
support_ticket/ src/ Entity/ SupportTicket.php - Sets the support ticket title.
File
- modules/
support_ticket/ src/ SupportTicketInterface.php, line 45 - Contains \Drupal\support_ticket\SupportTicketInterface.
Class
- SupportTicketInterface
- Provides an interface defining a support ticket entity.
Namespace
Drupal\support_ticketCode
public function setTitle($title);