You are here

public function PrivateMessageServiceInterface::getThreadIds in Private Message 8.2

Retrieve the IDs of all threads in the system.

Return value

array An array of thread IDs for threads in the system.

1 method overrides PrivateMessageServiceInterface::getThreadIds()
PrivateMessageService::getThreadIds in src/Service/PrivateMessageService.php
Retrieve the IDs of all threads in the system.

File

src/Service/PrivateMessageServiceInterface.php, line 219

Class

PrivateMessageServiceInterface
The interface for the Private Message Service.

Namespace

Drupal\private_message\Service

Code

public function getThreadIds();