You are here

namespace Drupal\private_message\Ajax in Private Message 8

Same name in other branches
  1. 8.2 Drupal\private_message\Ajax
Classsort descending Location Description
PrivateMessageInboxInsertThreadsCommand src/Ajax/PrivateMessageInboxInsertThreadsCommand.php Ajax Command to insert private message inbox threads.
PrivateMessageInboxTriggerUpdateCommand src/Ajax/PrivateMessageInboxTriggerUpdateCommand.php Ajax command to trigger an update of the private message inbox block.
PrivateMessageInboxUpdateCommand src/Ajax/PrivateMessageInboxUpdateCommand.php Ajax command to update the private message inbox block.
PrivateMessageInsertMessagesCommand src/Ajax/PrivateMessageInsertMessagesCommand.php Base class for Ajax command to insert messages into a private message thread.
PrivateMessageInsertNewMessagesCommand src/Ajax/PrivateMessageInsertNewMessagesCommand.php Class to insert new private messages into a private message thread.
PrivateMessageInsertPreviousMessagesCommand src/Ajax/PrivateMessageInsertPreviousMessagesCommand.php Class to insert older private messages into a private message thread.
PrivateMessageInsertThreadCommand src/Ajax/PrivateMessageInsertThreadCommand.php Ajax command to insert a thread into the private message page.
PrivateMessageLoadNewMessagesCommand src/Ajax/PrivateMessageLoadNewMessagesCommand.php Ajax Command to trigger a load of new private messages into a thread.
PrivateMessageMembersAutocompleteResponseCommand src/Ajax/PrivateMessageMembersAutocompleteResponseCommand.php Ajax command to return autocomplete member results to the browser.
PrivateMessageMemberUsernameValidatedCommand src/Ajax/PrivateMessageMemberUsernameValidatedCommand.php Ajax command to tell the browser whether a username has been validated.
PrivateMessageUpdateUnreadThreadCountCommand src/Ajax/PrivateMessageUpdateUnreadThreadCountCommand.php Ajax command to update the number of unread threads.