You are here

protected property PrivateMessageInsertThreadCommand::$thread in Private Message 8

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

The HTML of the thread to be inserted.

Type: string

File

src/Ajax/PrivateMessageInsertThreadCommand.php, line 17

Class

PrivateMessageInsertThreadCommand
Ajax command to insert a thread into the private message page.

Namespace

Drupal\private_message\Ajax

Code

protected $thread;