public function PrivateMessageThreadInterface::getLastDeleteTimes in Private Message 8
Retrieve the last delete timestamps for all members of the thread.
Return value
Drupal\private_message\Entity\PrivateMessageThreadAccessTime[] An array of PrivateMessageLastDeleteTime entities
1 method overrides PrivateMessageThreadInterface::getLastDeleteTimes()
- PrivateMessageThread::getLastDeleteTimes in src/
Entity/ PrivateMessageThread.php - Retrieve the last delete timestamps for all members of the thread.
File
- src/
Entity/ PrivateMessageThreadInterface.php, line 183
Class
- PrivateMessageThreadInterface
- Provides an interface defining a Private Message thread entity.
Namespace
Drupal\private_message\EntityCode
public function getLastDeleteTimes();