You are here

protected property PrivateMessageInsertMessagesCommand::$insertType in Private Message 8

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

The type of messages to be inserted in the page.

Possible values:

  • new
  • previous.

Type: string

File

src/Ajax/PrivateMessageInsertMessagesCommand.php, line 21

Class

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

Namespace

Drupal\private_message\Ajax

Code

protected $insertType;