You are here

public function SupportTicketTypeInterface::setDisplaySubmitted in Support Ticketing System 8

Sets whether 'Submitted by' information should be shown.

Parameters

bool $display_submitted: TRUE if the submitted by information should be shown.

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

File

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

Class

SupportTicketTypeInterface
Provides an interface defining a support ticket type entity.

Namespace

Drupal\support_ticket

Code

public function setDisplaySubmitted($display_submitted);