50 calls to user_load()

comment_tokens in drupal-7.x/modules/comment/comment.tokens.inc
Implements hook_tokens().
DrupalWebTestCase::setUp in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Sets up a Drupal site for running functional and integration tests.
EntityCrudHookTestCase::testUserHooks in drupal-7.x/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on users.
FileValidatorTest::testFileValidateSize in drupal-7.x/modules/simpletest/tests/file.test
Test file_validate_size().
FormatDateUnitTest::testFormatDate in drupal-7.x/modules/simpletest/tests/common.test
Tests for the format_date() function.
hook_file_copy in drupal-7.x/modules/system/system.api.php
Respond to a file that has been copied.
hook_file_move in drupal-7.x/modules/system/system.api.php
Respond to a file that has been moved.
hook_file_update in drupal-7.x/modules/system/system.api.php
Respond to a file being updated.
hook_tokens in drupal-7.x/modules/system/system.api.php
Provide replacement values for placeholder tokens.
install_configure_form_submit in drupal-7.x/includes/install.core.inc
Form submission handler for install_configure_form().
node_preview in drupal-7.x/modules/node/node.pages.inc
Generates a node preview.
node_tokens in drupal-7.x/modules/node/node.tokens.inc
Implements hook_tokens().
overlay_user_dismiss_message in drupal-7.x/modules/overlay/overlay.module
Page callback: Dismisses the overlay accessibility message for this user.
ProfileCrudTestCase::testUserCRUD in drupal-7.x/modules/profile/profile.test
Test profile integration with user CRUD operations.
profile_block_view in drupal-7.x/modules/profile/profile.module
Implements hook_block_view().
StatisticsAdminTestCase::testDeleteUser in drupal-7.x/modules/statistics/statistics.test
Tests that accesslog reflects when a user is deleted.
statistics_user_tracker in drupal-7.x/modules/statistics/statistics.pages.inc
Page callback: Displays statistics for a user.
system_tokens in drupal-7.x/modules/system/system.tokens.inc
Implements hook_tokens().
theme_node_recent_content in drupal-7.x/modules/node/node.module
Returns HTML for a recent node to be displayed in the recent content block.
TriggerUserActionTestCase::testUserActionAssignmentExecution in drupal-7.x/modules/trigger/trigger.test
Tests user action assignment and execution.
UpdateScriptFunctionalTest::testUpdateAccess in drupal-7.x/modules/system/system.test
Tests access to the update script.
url_alter_test_url_outbound_alter in drupal-7.x/modules/simpletest/tests/url_alter_test.module
Implements hook_url_outbound_alter().
UserAdminTestCase::testUserAdmin in drupal-7.x/modules/user/user.test
Registers a user and deletes it.
UserCancelTestCase::testMassUserCancelByAdmin in drupal-7.x/modules/user/user.test
Create an administrative user and mass-delete other users.
UserCancelTestCase::testUserAnonymize in drupal-7.x/modules/user/user.test
Delete account and anonymize all content.
UserCancelTestCase::testUserBlock in drupal-7.x/modules/user/user.test
Disable account and keep all content.
UserCancelTestCase::testUserBlockUnpublish in drupal-7.x/modules/user/user.test
Disable account and unpublish all content.
UserCancelTestCase::testUserCancelByAdmin in drupal-7.x/modules/user/user.test
Create an administrative user and delete another user.
UserCancelTestCase::testUserCancelInvalid in drupal-7.x/modules/user/user.test
Attempt invalid account cancellations.
UserCancelTestCase::testUserCancelUid1 in drupal-7.x/modules/user/user.test
Tests that user account for uid 1 cannot be cancelled.
UserCancelTestCase::testUserCancelWithoutPermission in drupal-7.x/modules/user/user.test
Attempt to cancel account without permission.
UserCancelTestCase::testUserDelete in drupal-7.x/modules/user/user.test
Delete account and remove all content.
UserLoginTestCase::testPasswordRehashOnLogin in drupal-7.x/modules/user/user.test
Test that user password is re-hashed upon login after changing $count_log2.
UserPasswordResetTestCase::testUserPasswordResetExpired in drupal-7.x/modules/user/user.test
Attempts login using an expired password reset link.
UserPictureTestCase::saveUserPicture in drupal-7.x/modules/user/user.test
UserPictureTestCase::testDeletePicture in drupal-7.x/modules/user/user.test
Tests deletion of user pictures.
UserRolesAssignmentTestCase::userLoadAndCheckRoleAssigned in drupal-7.x/modules/user/user.test
Check role on user object.
UserSaveTestCase::testUserImport in drupal-7.x/modules/user/user.test
Test creating a user with arbitrary uid.
UserTokenReplaceTestCase::testUserTokenReplacement in drupal-7.x/modules/user/user.test
Creates a user, then tests the tokens generated from it.
user_block_user_action in drupal-7.x/modules/user/user.module
Blocks a specific user or the current user, if one is not specified.
user_cancel in drupal-7.x/modules/user/user.module
Cancel a user account.
user_category_load in drupal-7.x/modules/user/user.module
Return a user object after checking if any profile category in the path exists.
user_external_load in drupal-7.x/modules/user/user.module
Fetches a user object based on an external authentication source.
user_login_submit in drupal-7.x/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_reset in drupal-7.x/modules/user/user.pages.inc
Menu callback; process one time login link and redirects to the user page on success.
user_tokens in drupal-7.x/modules/user/user.tokens.inc
Implements hook_tokens().
user_uid_optional_load in drupal-7.x/modules/user/user.module
Load either a specified or the current user account.
user_view_access in drupal-7.x/modules/user/user.module
User view access callback.
_trigger_normalize_comment_context in drupal-7.x/modules/trigger/trigger.module
Loads associated objects for comment triggers.
_trigger_normalize_node_context in drupal-7.x/modules/trigger/trigger.module
Loads associated objects for node triggers.