You are here

protected property PrivateMessageMembersAutocompleteResponseCommand::$userInfo in Private Message 8

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

The user information to be sent to the browser.

An array of user info, with each element of the array containing the following keys:

  • uid: The User ID of the user
  • username: The username of the user

Type: array

File

src/Ajax/PrivateMessageMembersAutocompleteResponseCommand.php, line 28

Class

PrivateMessageMembersAutocompleteResponseCommand
Ajax command to return autocomplete member results to the browser.

Namespace

Drupal\private_message\Ajax

Code

protected $userInfo;