Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
da7ad2ed
Commit
da7ad2ed
authored
Oct 19, 2015
by
webchick
Browse files
Issue
#2596465
by nicrodgers: Incorrect param docblock comment / typo in user.module
parent
3eaded35
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/user/user.module
View file @
da7ad2ed
...
@@ -887,7 +887,7 @@ function user_view($account, $view_mode = 'full', $langcode = NULL) {
...
@@ -887,7 +887,7 @@ function user_view($account, $view_mode = 'full', $langcode = NULL) {
/**
/**
* Constructs a drupal_render() style array from an array of loaded users.
* Constructs a drupal_render() style array from an array of loaded users.
*
*
* @param \Drupal\user\UserInterface[] $account
* @param \Drupal\user\UserInterface[] $account
s
* An array of user accounts as returned by User::loadMultiple().
* An array of user accounts as returned by User::loadMultiple().
* @param string $view_mode
* @param string $view_mode
* (optional) View mode, e.g., 'full', 'teaser', etc. Defaults to 'teaser.'
* (optional) View mode, e.g., 'full', 'teaser', etc. Defaults to 'teaser.'
...
@@ -1189,7 +1189,7 @@ function user_role_revoke_permissions($rid, array $permissions = array()) {
...
@@ -1189,7 +1189,7 @@ function user_role_revoke_permissions($rid, array $permissions = array()) {
* language.
* language.
*
*
* @return array
* @return array
* An array containin
t
various information about the message.
* An array containin
g
various information about the message.
* See \Drupal\Core\Mail\MailManagerInterface::mail() for details.
* See \Drupal\Core\Mail\MailManagerInterface::mail() for details.
*
*
* @see user_mail_tokens()
* @see user_mail_tokens()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment