You are here

public function SupportTicketTypeInterface::setNewRevision in Support Ticketing System 8

Sets whether a new revision should be created by default.

Parameters

bool $new_revision_: TRUE if a new revision should be created by default.

1 method overrides SupportTicketTypeInterface::setNewRevision()
SupportTicketType::setNewRevision in modules/support_ticket/src/Entity/SupportTicketType.php
Sets whether a new revision should be created by default.

File

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

Class

SupportTicketTypeInterface
Provides an interface defining a support ticket type entity.

Namespace

Drupal\support_ticket

Code

public function setNewRevision($new_revision);