constant SUPPORT_TICKET_NOT_PUBLISHED in Support Ticketing System 8
Denotes that the support ticket is not published.
3 uses of SUPPORT_TICKET_NOT_PUBLISHED
- SupportTicket::setPublished in modules/
support_ticket/ src/ Entity/ SupportTicket.php - Sets the published status of a support ticket.
- support_ticket_get_recent in modules/
support_ticket/ support_ticket.module - Finds the most recently changed support tickets that are available to the current user.
- UnpublishSupportTicket::execute in modules/
support_ticket/ src/ Plugin/ Action/ UnpublishSupportTicket.php - Executes the plugin.
File
- modules/
support_ticket/ support_ticket.module, line 33 - Enables use of support tickets with optional time tracking.
Code
const SUPPORT_TICKET_NOT_PUBLISHED = 0;