You are here

public function MessageInterface::getCreatedTime in Message 8

Retrieve the time stamp of the message.

Return value

int The Unix timestamp.

1 method overrides MessageInterface::getCreatedTime()
Message::getCreatedTime in src/Entity/Message.php
Retrieve the time stamp of the message.

File

src/MessageInterface.php, line 39

Class

MessageInterface
Provides an interface defining a Message entity.

Namespace

Drupal\message

Code

public function getCreatedTime();