You are here

public function SupportTicketTypeInterface::isLocked in Support Ticketing System 8

Determines whether the support ticket type is locked.

Return value

string|false The module name that locks the type or FALSE.

1 method overrides SupportTicketTypeInterface::isLocked()
SupportTicketType::isLocked in modules/support_ticket/src/Entity/SupportTicketType.php
Determines whether the support ticket type is locked.

File

modules/support_ticket/src/SupportTicketTypeInterface.php, line 23
Contains \Drupal\support_ticket\SupportTicketTypeInterface.

Class

SupportTicketTypeInterface
Provides an interface defining a support ticket type entity.

Namespace

Drupal\support_ticket

Code

public function isLocked();