You are here

public function PrivateMessageMapperInterface::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 PrivateMessageMapperInterface::getThreadIds()
PrivateMessageMapper::getThreadIds in src/Mapper/PrivateMessageMapper.php
Retrieve the IDs of all threads in the system.

File

src/Mapper/PrivateMessageMapperInterface.php, line 161

Class

PrivateMessageMapperInterface
Interface for the Private Message Thread mapper class.

Namespace

Drupal\private_message\Mapper

Code

public function getThreadIds();