You are here

protected property PrivateMessageInsertMessagesCommand::$messages in Private Message 8

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

The HTML for the messages to be inserted in the page.

Type: string

File

src/Ajax/PrivateMessageInsertMessagesCommand.php, line 28

Class

PrivateMessageInsertMessagesCommand
Base class for Ajax command to insert messages into a private message thread.

Namespace

Drupal\private_message\Ajax

Code

protected $messages;