You are here

public function SupportTicketInterface::setRevisionCreationTime in Support Ticketing System 8

Sets the support ticket revision creation timestamp.

Parameters

int $timestamp: The UNIX timestamp of when this revision was created.

Return value

\Drupal\support_ticket\SupportTicketInterface The called support ticket entity.

1 method overrides SupportTicketInterface::setRevisionCreationTime()
SupportTicket::setRevisionCreationTime in modules/support_ticket/src/Entity/SupportTicket.php
Sets the support ticket revision creation timestamp.

File

modules/support_ticket/src/SupportTicketInterface.php, line 123
Contains \Drupal\support_ticket\SupportTicketInterface.

Class

SupportTicketInterface
Provides an interface defining a support ticket entity.

Namespace

Drupal\support_ticket

Code

public function setRevisionCreationTime($timestamp);