public function SupportTicketInterface::isLocked in Support Ticketing System 8
Returns the support ticket locked status.
Return value
bool TRUE if the support ticket is locked.
1 method overrides SupportTicketInterface::isLocked()
- SupportTicket::isLocked in modules/
support_ticket/ src/ Entity/ SupportTicket.php - Returns the support ticket locked status.
File
- modules/
support_ticket/ src/ SupportTicketInterface.php, line 72 - Contains \Drupal\support_ticket\SupportTicketInterface.
Class
- SupportTicketInterface
- Provides an interface defining a support ticket entity.
Namespace
Drupal\support_ticketCode
public function isLocked();