user_save

Functions that call user_save()

Namesort iconLocationDescription
user_multiple_role_editmodules/user/user.moduleCallback function for admin mass adding/deleting a user role.
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_save()

Namesort iconLocationDescription
db_next_idincludes/database.pgsql.incReturn a new unique ID in the given sequence.
db_queryincludes/database.incRuns a basic query in the active database.
db_resultincludes/database.pgsql.incReturn an individual result field from the previous query.
sess_destroy_uidincludes/session.incEnd a specific user's session
sess_regenerateincludes/session.incCalled when an anonymous user becomes authenticated or vice-versa.
user_accessmodules/user/user.moduleDetermine whether the user has a given privilege.
user_fieldsmodules/user/user.module
user_loadmodules/user/user.moduleFetch a user object.
user_module_invokemodules/user/user.moduleInvokes hook_user() in every module.
user_savemodules/user/user.moduleSave changes to a user account or add a new user.
user_set_authmapsmodules/user/user.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.