public function SupportTicketInterface::getCreatedTime in Support Ticketing System 8
Gets the support ticket creation timestamp.
Return value
int Creation timestamp of the support ticket.
1 method overrides SupportTicketInterface::getCreatedTime()
- SupportTicket::getCreatedTime in modules/
support_ticket/ src/ Entity/ SupportTicket.php - Gets the support ticket creation timestamp.
File
- modules/
support_ticket/ src/ SupportTicketInterface.php, line 53 - Contains \Drupal\support_ticket\SupportTicketInterface.
Class
- SupportTicketInterface
- Provides an interface defining a support ticket entity.
Namespace
Drupal\support_ticketCode
public function getCreatedTime();