public function PrivateMessageThreadInterface::getNewestMessageCreationTimestamp in Private Message 8
Same name and namespace in other branches
- 8.2 src/Entity/PrivateMessageThreadInterface.php \Drupal\private_message\Entity\PrivateMessageThreadInterface::getNewestMessageCreationTimestamp()
Get the created timestamp of the newest private message in the thread.
Return value
int The Unix timestamp of the newest message in the thread
1 method overrides PrivateMessageThreadInterface::getNewestMessageCreationTimestamp()
- PrivateMessageThread::getNewestMessageCreationTimestamp in src/
Entity/ PrivateMessageThread.php - Get the created timestamp of the newest private message in the thread.
File
- src/
Entity/ PrivateMessageThreadInterface.php, line 95
Class
- PrivateMessageThreadInterface
- Provides an interface defining a Private Message thread entity.
Namespace
Drupal\private_message\EntityCode
public function getNewestMessageCreationTimestamp();