You are here

public function PrivateMessageServiceInterface::getUnreadThreadCount in Private Message 8.2

Same name and namespace in other branches
  1. 8 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 171

Class

PrivateMessageServiceInterface
The interface for the Private Message Service.

Namespace

Drupal\private_message\Service

Code

public function getUnreadThreadCount();