user_load

Functions that call user_load()

Namesort iconLocationDescription
blog_feed_usermodules/blog/blog.moduleDisplays an RSS feed containing recent blog entries of a given user.
blog_page_usermodules/blog/blog.moduleDisplays a Drupal page containing recent blog entries of a given user.
comment_admin_settingsmodules/comment/comment.moduleMenu callback; presents the comment settings page.
contact_mail_user_submitmodules/contact/contact.moduleProcess the personal contact page form submission.
contact_menumodules/contact/contact.moduleImplementation of hook_menu().
contact_user_pagemodules/contact/contact.modulePersonal contact page.
drupal_loginmodules/drupal/drupal.moduleCallback function from drupal_xmlrpc() for authenticating remote clients.
node_access_grantsmodules/node/node.moduleFetch an array of permission IDs granted to the given user ID.
node_previewmodules/node/node.moduleGenerate 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.moduleMenu callback; display a list of user information.
tracker_track_usermodules/tracker/tracker.moduleMenu callback. Prints a listing of active nodes on the site.
user_deletemodules/user/user.moduleDelete a user.
user_loadmodules/user/user.moduleFetch a user object.
user_menumodules/user/user.moduleImplementation of hook_menu().
user_multiple_role_editmodules/user/user.moduleCallback function for admin mass adding/deleting a user role.
user_pass_resetmodules/user/user.moduleMenu 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.

Functions called by user_load()

Namesort iconLocationDescription
db_fetch_objectincludes/database.pgsql.incFetch one result row from the previous query as an object.
db_num_rowsincludes/database.pgsql.incDetermine how many result rows were found by the preceding query.
db_queryincludes/database.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.