Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
realname
Commits
f8bb0d54
Commit
f8bb0d54
authored
Nov 07, 2015
by
heykarthikwithu
Committed by
hass
Nov 07, 2015
Browse files
Issue #2607152 by heykarthikwithu: Add @return type and change @param
values in the comment docblocks
parent
e0baa7be
Changes
1
Hide whitespace changes
Inline
Side-by-side
realname.module
View file @
f8bb0d54
...
...
@@ -229,9 +229,10 @@ function realname_views_api() {
/**
* Loads a real name.
*
* @param object $
uid
* @param object $
account
* A user account object.
* @return string
*
* @return mixed
* The user's generated real name.
*/
function
realname_load
(
$account
)
{
...
...
@@ -272,6 +273,8 @@ function realname_load_multiple($accounts) {
* @param object $account
* A user account object.
*
* @return string
*
* @see hook_realname_pattern_alter()
* @see hook_realname_alter()
* @see hook_realname_update()
...
...
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