user_load

Functions that call user_load()

Namesort iconLocationDescription
comment_form_add_previewmodules/comment/comment.moduleForm builder; Generate and validate a comment preview form.
comment_validatemodules/comment/comment.moduleValidate comment data.
install_configure_form_submitinstall.phpForm API submit for the site configuration form.
node_previewmodules/node/node.pages.incGenerate a node preview.
node_submitmodules/node/node.modulePrepare node for save and allow modules to make changes.
node_validatemodules/node/node.modulePerform validation checks on the given node.
profile_blockmodules/profile/profile.moduleImplementation of hook_block().
profile_browsemodules/profile/profile.pages.incMenu callback; display a list of user information.
system_send_email_actionmodules/system/system.moduleImplementation of a configurable Drupal action. Sends an email.
user_authenticatemodules/user/user.moduleTry to log in the user locally.
user_category_loadmodules/user/user.moduleReturn a user object after checking if any profile category in the path exists.
user_deletemodules/user/user.moduleDelete a user.
user_external_login_registermodules/user/user.moduleHelper function for authentication modules. Either login in or registers the current user, based on username. Either way, the global $user object is populated based on $name.
user_loadmodules/user/user.moduleFetch a user object.
user_multiple_role_editmodules/user/user.moduleCallback function for admin mass adding/deleting a user role.
user_pass_resetmodules/user/user.pages.incMenu callback; process one time login link and redirects to the user page on success.
user_savemodules/user/user.moduleSave changes to a user account or add a new user.
user_user_operations_blockmodules/user/user.moduleCallback function for admin mass blocking users.
user_user_operations_unblockmodules/user/user.moduleCallback function for admin mass unblocking users.
_comment_form_submitmodules/comment/comment.modulePrepare a comment for submission.
_trigger_normalize_comment_contextmodules/trigger/trigger.moduleWhen an action is called in a context that does not match its type, the object that the action expects must be retrieved. For example, when an action that works on nodes is called during the comment hook, the node object is not available since the...
_trigger_normalize_node_contextmodules/trigger/trigger.moduleWhen an action is called in a context that does not match its type, the object that the action expects must be retrieved. For example, when an action that works on users is called during the node hook, the user object is not available since the node...
_update_cron_notifymodules/update/update.fetch.incPerform any notifications that should be done once cron fetches new data.

Functions called by user_load()

Namesort iconLocationDescription
db_fetch_objectincludes/database.pgsql.incFetch one result row from the previous query as an object.
db_queryincludes/database.pgsql.incRuns a basic query in the active database.
drupal_unpackincludes/bootstrap.incUnserializes and appends elements from a serialized string.
user_loadmodules/user/user.moduleFetch a user object.
user_module_invokemodules/user/user.moduleInvokes hook_user() in every module.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.