You are here

public function PrivateMessageInterface::getCreatedTime in Private Message 8.2

Same name and namespace in other branches
  1. 8 src/Entity/PrivateMessageInterface.php \Drupal\private_message\Entity\PrivateMessageInterface::getCreatedTime()

Get the time at which the private message was created.

Return value

int A Unix timestamp indicating the time at which the private message was created.

1 method overrides PrivateMessageInterface::getCreatedTime()
PrivateMessage::getCreatedTime in src/Entity/PrivateMessage.php
Get the time at which the private message was created.

File

src/Entity/PrivateMessageInterface.php, line 22

Class

PrivateMessageInterface
Provides an interface defining a Private Message entity.

Namespace

Drupal\private_message\Entity

Code

public function getCreatedTime();