You are here

public function PrivateMessageThreadInterface::getMembersId in Private Message 8.2

Retrieve the ids of the members of the private message thread.

1 method overrides PrivateMessageThreadInterface::getMembersId()
PrivateMessageThread::getMembersId in src/Entity/PrivateMessageThread.php
Retrieve the ids of the members of the private message thread.

File

src/Entity/PrivateMessageThreadInterface.php, line 41

Class

PrivateMessageThreadInterface
Provides an interface defining a Private Message thread entity.

Namespace

Drupal\private_message\Entity

Code

public function getMembersId();