You are here

public function SupportTicketTypeInterface::displaySubmitted in Support Ticketing System 8

Gets whether 'Submitted by' information should be shown.

Return value

bool TRUE if the submitted by information should be shown.

1 method overrides SupportTicketTypeInterface::displaySubmitted()
SupportTicketType::displaySubmitted in modules/support_ticket/src/Entity/SupportTicketType.php
Gets whether 'Submitted by' information should be shown.

File

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

Class

SupportTicketTypeInterface
Provides an interface defining a support ticket type entity.

Namespace

Drupal\support_ticket

Code

public function displaySubmitted();