58 calls to user_load()
- comment_tokens in modules/
comment/ comment.tokens.inc - Implements hook_tokens().
- ContactPersonalTestCase::testPersonalContactAccess in modules/
contact/ contact.test - Tests access to the personal contact form.
- DrupalRenderTestCase::testDrupalRenderCache in modules/
simpletest/ tests/ common.test - Tests caching of render items.
- DrupalWebTestCase::setUp in modules/
simpletest/ drupal_web_test_case.php - Sets up a Drupal site for running functional and integration tests.
- EntityCrudHookTestCase::testUserHooks in modules/
simpletest/ tests/ entity_crud_hook_test.test - Tests hook invocations for CRUD operations on users.
- FilterFormatUpgradePathTestCase::testFilterFormatUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.filter.test - Test a successful upgrade.
- FormatDateUnitTest::testFormatDate in modules/
simpletest/ tests/ common.test - Tests for the format_date() function.
- hook_file_copy in modules/
system/ system.api.php - Respond to a file that has been copied.
- hook_file_move in modules/
system/ system.api.php - Respond to a file that has been moved.
- hook_file_update in modules/
system/ system.api.php - Respond to a file being updated.
- hook_tokens in modules/
system/ system.api.php - Provide replacement values for placeholder tokens.
- install_configure_form_submit in includes/
install.core.inc - Form submission handler for install_configure_form().
- node_feed in modules/
node/ node.module - Generates and prints an RSS feed.
- node_preview in modules/
node/ node.pages.inc - Generates a node preview.
- node_tokens in modules/
node/ node.tokens.inc - Implements hook_tokens().
- overlay_user_dismiss_message in modules/
overlay/ overlay.module - Page callback: Dismisses the overlay accessibility message for this user.
- ProfileCrudTestCase::testUserCRUD in modules/
profile/ profile.test - Test profile integration with user CRUD operations.
- profile_block_view in modules/
profile/ profile.module - Implements hook_block_view().
- StatisticsAdminTestCase::testDeleteUser in modules/
statistics/ statistics.test - Tests that accesslog reflects when a user is deleted.
- statistics_user_tracker in modules/
statistics/ statistics.pages.inc - Page callback: Displays statistics for a user.
- system_tokens in modules/
system/ system.tokens.inc - Implements hook_tokens().
- theme_node_recent_content in modules/
node/ node.module - Returns HTML for a recent node to be displayed in the recent content block.
- TriggerUserActionTestCase::testUserActionAssignmentExecution in modules/
trigger/ trigger.test - Tests user action assignment and execution.
- UpdateScriptFunctionalTest::testUpdateAccess in modules/
system/ system.test - Tests access to the update script.
- url_alter_test_url_outbound_alter in modules/
simpletest/ tests/ url_alter_test.module - Implements hook_url_outbound_alter().
- UserActionsTest::testUserBlockUnBlockActions in modules/
user/ user.test - Tests user block and unblock actions.
- UserAdminTestCase::testUserAdmin in modules/
user/ user.test - Registers a user and deletes it.
- UserCancelTestCase::testMassUserCancelByAdmin in modules/
user/ user.test - Create an administrative user and mass-delete other users.
- UserCancelTestCase::testUserAnonymize in modules/
user/ user.test - Delete account and anonymize all content.
- UserCancelTestCase::testUserBlock in modules/
user/ user.test - Disable account and keep all content.
- UserCancelTestCase::testUserBlockUnpublish in modules/
user/ user.test - Disable account and unpublish all content.
- UserCancelTestCase::testUserCancelByAdmin in modules/
user/ user.test - Create an administrative user and delete another user.
- UserCancelTestCase::testUserCancelInvalid in modules/
user/ user.test - Attempt invalid account cancellations.
- UserCancelTestCase::testUserCancelUid1 in modules/
user/ user.test - Tests that user account for uid 1 cannot be cancelled.
- UserCancelTestCase::testUserCancelWithoutPermission in modules/
user/ user.test - Attempt to cancel account without permission.
- UserCancelTestCase::testUserDelete in modules/
user/ user.test - Delete account and remove all content.
- UserLoginTestCase::testPasswordRehashOnLogin in modules/
user/ user.test - Test that user password is re-hashed upon login after changing $count_log2.
- UserPasswordResetTestCase::testResetImpersonation in modules/
user/ user.test - Make sure that users cannot forge password reset URLs of other users.
- UserPasswordResetTestCase::testUserPasswordResetExpired in modules/
user/ user.test - Attempts login using an expired password reset link.
- UserPictureTestCase::saveUserPicture in modules/
user/ user.test - UserPictureTestCase::testDeletePicture in modules/
user/ user.test - Tests deletion of user pictures.
- UserPictureTestCase::testPictureIsValid in modules/
user/ user.test - Do the test: Picture is valid (proper size and dimension)
- UserRolesAssignmentTestCase::userLoadAndCheckRoleAssigned in modules/
user/ user.test - Check role on user object.
- UserSaveTestCase::testUserImport in modules/
user/ user.test - Test creating a user with arbitrary uid.
- UserTokenReplaceTestCase::testUserTokenReplacement in modules/
user/ user.test - Creates a user, then tests the tokens generated from it.
- user_block_user_action in modules/
user/ user.module - Blocks a specific user or the current user, if one is not specified.
- user_cancel in modules/
user/ user.module - Cancel a user account.
- user_category_load in modules/
user/ user.module - Return a user object after checking if any profile category in the path exists.
- user_external_load in modules/
user/ user.module - Fetches a user object based on an external authentication source.
- user_login_submit in modules/
user/ user.module - Submit handler for the login form. Load $user object and perform standard login tasks. The user is then redirected to the My Account page. Setting the destination in the query string overrides the redirect.
- user_pass_rehash in modules/
user/ user.module - Creates a unique hash value for use in time-dependent per-user URLs.
- user_pass_reset in modules/
user/ user.pages.inc - Menu callback; process one time login link and redirects to the user page on success.
- user_tokens in modules/
user/ user.tokens.inc - Implements hook_tokens().
- user_uid_optional_load in modules/
user/ user.module - Load either a specified or the current user account.
- user_unblock_user_action in modules/
user/ user.module - Unblocks a specific user or the current user, if one is not specified.
- user_view_access in modules/
user/ user.module - User view access callback.
- _trigger_normalize_comment_context in modules/
trigger/ trigger.module - Loads associated objects for comment triggers.
- _trigger_normalize_node_context in modules/
trigger/ trigger.module - Loads associated objects for node triggers.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.