public function PrivateMessageInterface::getCreatedTime in Private Message 8
Same name and namespace in other branches
- 8.2 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\EntityCode
public function getCreatedTime();