public function SupportTicketInterface::setCreatedTime in Support Ticketing System 8
Sets the support ticket creation timestamp.
Parameters
int $timestamp: The support ticket creation timestamp.
Return value
\Drupal\support_ticket\SupportTicketInterface The called support ticket entity.
1 method overrides SupportTicketInterface::setCreatedTime()
- SupportTicket::setCreatedTime in modules/
support_ticket/ src/ Entity/ SupportTicket.php - Sets the support ticket creation timestamp.
File
- modules/
support_ticket/ src/ SupportTicketInterface.php, line 64 - Contains \Drupal\support_ticket\SupportTicketInterface.
Class
- SupportTicketInterface
- Provides an interface defining a support ticket entity.
Namespace
Drupal\support_ticketCode
public function setCreatedTime($timestamp);