You are here

public function SupportTicketInterface::getRevisionCreationTime in Support Ticketing System 8

Gets the support ticket revision creation timestamp.

Return value

int The UNIX timestamp of when this revision was created.

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

File

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

Class

SupportTicketInterface
Provides an interface defining a support ticket entity.

Namespace

Drupal\support_ticket

Code

public function getRevisionCreationTime();