constant SUPPORT_TICKET_PUBLISHED in Support Ticketing System 8
Denotes that the support ticket is published.
4 uses of SUPPORT_TICKET_PUBLISHED
- PublishSupportTicket::execute in modules/
support_ticket/ src/ Plugin/ Action/ PublishSupportTicket.php - Executes the plugin.
- SupportTicket::setPublished in modules/
support_ticket/ src/ Entity/ SupportTicket.php - Sets the published status of a support ticket.
- SupportTicketSelection::buildEntityQuery in modules/
support_ticket/ src/ Plugin/ EntityReferenceSelection/ SupportTicketSelection.php - Builds an EntityQuery to get referenceable entities.
- 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.
File
- modules/
support_ticket/ support_ticket.module, line 38 - Enables use of support tickets with optional time tracking.
Code
const SUPPORT_TICKET_PUBLISHED = 1;