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