public function PrivateMessageServiceInterface::getUnreadThreadCount in Private Message 8
Same name and namespace in other branches
- 8.2 src/Service/PrivateMessageServiceInterface.php \Drupal\private_message\Service\PrivateMessageServiceInterface::getUnreadThreadCount()
Get the current user's unread threads count.
Return value
int The number of updated threads
1 method overrides PrivateMessageServiceInterface::getUnreadThreadCount()
- PrivateMessageService::getUnreadThreadCount in src/
Service/ PrivateMessageService.php - Get the current user's unread threads count.
File
- src/
Service/ PrivateMessageServiceInterface.php, line 160
Class
- PrivateMessageServiceInterface
- The interface for the Private Message Service.
Namespace
Drupal\private_message\ServiceCode
public function getUnreadThreadCount();