You are here

protected property PrivateMessageInboxUpdateCommand::$threadIds in Private Message 8

Same name and namespace in other branches
  1. 8.2 src/Ajax/PrivateMessageInboxUpdateCommand.php \Drupal\private_message\Ajax\PrivateMessageInboxUpdateCommand::threadIds

The thread IDs, in the order that they should appear upon update.

Type: array

File

src/Ajax/PrivateMessageInboxUpdateCommand.php, line 17

Class

PrivateMessageInboxUpdateCommand
Ajax command to update the private message inbox block.

Namespace

Drupal\private_message\Ajax

Code

protected $threadIds;