protected property PrivateMessageMembersAutocompleteResponseCommand::$userInfo in Private Message 8.2
Same name and namespace in other branches
- 8 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\AjaxCode
protected $userInfo;