You are here

public function PrivateMessageServiceInterface::getCountThreadsForUser in Private Message 8.2

Retrieve the number of threads a user has.

Return value

int The number of threads a user has.

1 method overrides PrivateMessageServiceInterface::getCountThreadsForUser()
PrivateMessageService::getCountThreadsForUser in src/Service/PrivateMessageService.php
Retrieve the number of threads a user has.

File

src/Service/PrivateMessageServiceInterface.php, line 72

Class

PrivateMessageServiceInterface
The interface for the Private Message Service.

Namespace

Drupal\private_message\Service

Code

public function getCountThreadsForUser();