You are here

protected property PrivateMessageUpdateUnreadThreadCountCommand::$unreadThreadCount in Private Message 8

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

The number of unread threads.

Type: int

File

src/Ajax/PrivateMessageUpdateUnreadThreadCountCommand.php, line 17

Class

PrivateMessageUpdateUnreadThreadCountCommand
Ajax command to update the number of unread threads.

Namespace

Drupal\private_message\Ajax

Code

protected $unreadThreadCount;