constant SUPPORT_TICKET_NOT_LOCKED in Support Ticketing System 8
Denotes that the support ticket is not locked.
2 uses of SUPPORT_TICKET_NOT_LOCKED
- SupportTicket::setLocked in modules/
support_ticket/ src/ Entity/ SupportTicket.php - Sets the support ticket locked status.
- UnlockSupportTicket::execute in modules/
support_ticket/ src/ Plugin/ Action/ UnlockSupportTicket.php - Executes the plugin.
File
- modules/
support_ticket/ support_ticket.module, line 43 - Enables use of support tickets with optional time tracking.
Code
const SUPPORT_TICKET_NOT_LOCKED = 0;