You are here

protected property SupportTicketType::$new_revision in Support Ticketing System 8

Default value of the 'Create new revision' checkbox of this support ticket type.

Type: bool

File

modules/support_ticket/src/Entity/SupportTicketType.php, line 86
Contains \Drupal\support_ticket\Entity\SupportTicketType.

Class

SupportTicketType
Defines the SupportTicket type configuration entity.

Namespace

Drupal\support_ticket\Entity

Code

protected $new_revision = FALSE;