public function PrivateMessageThreadDeleteTimeInterface::getDeleteTime in Private Message 8
Get the time that the owner of this entity marked the thread as deleted.
1 method overrides PrivateMessageThreadDeleteTimeInterface::getDeleteTime()
- PrivateMessageThreadDeleteTime::getDeleteTime in src/
Entity/ PrivateMessageThreadDeleteTime.php - Get the time that the owner of this entity marked the thread as deleted.
File
- src/
Entity/ PrivateMessageThreadDeleteTimeInterface.php, line 29
Class
- PrivateMessageThreadDeleteTimeInterface
- Provides an interface defining a Private Message Thread Delation entity.
Namespace
Drupal\private_message\EntityCode
public function getDeleteTime();