You are here

function hook_realname_update in Real Name 7

Same name and namespace in other branches
  1. 8 realname.api.php \hook_realname_update()
  2. 2.x realname.api.php \hook_realname_update()

Respond to updates to an account's real name.

See also

realname_update()

Related topics

2 functions implement hook_realname_update()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

realname_action_realname_update in ./realname.module
Action callback to update a user's realname.
realname_user_operations_realname_update in ./realname.module
Callback function for admin mass generating user real names.
1 invocation of hook_realname_update()
realname_update in ./realname.module
Update the realname for a user account.

File

./realname.api.php, line 52
Hooks provided by the Real name module.

Code

function hook_realname_update($realname, $account) {
}