You are here

public function SupportTicketInterface::isPublished in Support Ticketing System 8

Returns the support ticket published status indicator.

Unpublished support tickets are only visible to their authors and to administrators.

Return value

bool TRUE if the support ticket is published.

1 method overrides SupportTicketInterface::isPublished()
SupportTicket::isPublished in modules/support_ticket/src/Entity/SupportTicket.php
Returns the support ticket published status indicator.

File

modules/support_ticket/src/SupportTicketInterface.php, line 93
Contains \Drupal\support_ticket\SupportTicketInterface.

Class

SupportTicketInterface
Provides an interface defining a support ticket entity.

Namespace

Drupal\support_ticket

Code

public function isPublished();