49 calls to user_load()

comment_tokens in drupal/core/modules/comment/comment.tokens.inc
Implements hook_tokens().
DrupalDateTimeTest::testDateTimezone in drupal/core/modules/system/lib/Drupal/system/Tests/Datetime/DrupalDateTimeTest.php
Test that DrupalDateTime can detect the right timezone to use. Test with a variety of less commonly used timezone names to help ensure that the system timezone will be different than the stated timezones.
EntityCrudHookTest::testUserHooks in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on users.
FormatDateTest::testFormatDate in drupal/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php
Tests the format_date() function.
hook_file_copy in drupal/core/modules/file/file.api.php
Respond to a file that has been copied.
hook_file_move in drupal/core/modules/file/file.api.php
Respond to a file that has been moved.
hook_file_update in drupal/core/modules/file/file.api.php
Respond to a file being updated.
hook_tokens in drupal/core/modules/system/system.api.php
Provide replacement values for placeholder tokens.
install_configure_form_submit in drupal/core/includes/install.core.inc
Form submission handler for install_configure_form().
node_preview in drupal/core/modules/node/node.pages.inc
Generates a node preview.
node_tokens in drupal/core/modules/node/node.tokens.inc
Implements hook_tokens().
StatisticsAdminTest::testDeleteUser in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Tests that accesslog reflects when a user is deleted.
statistics_user_tracker in drupal/core/modules/statistics/statistics.pages.inc
Page callback: Displays statistics for a user.
system_tokens in drupal/core/modules/system/system.tokens.inc
Implements hook_tokens().
theme_node_recent_content in drupal/core/modules/node/node.module
Returns HTML for a recent node to be displayed in the recent content block.
UpdateScriptTest::testUpdateAccess in drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php
Tests access to the update script.
url_alter_test_url_outbound_alter in drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.module
Implements hook_url_outbound_alter().
UserAdminTest::testUserAdmin in drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminTest.php
Registers a user and deletes it.
UserCancelTest::testMassUserCancelByAdmin in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Create an administrative user and mass-delete other users.
UserCancelTest::testUserAnonymize in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Delete account and anonymize all content.
UserCancelTest::testUserBlock in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Disable account and keep all content.
UserCancelTest::testUserBlockUnpublish in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Disable account and unpublish all content.
UserCancelTest::testUserCancelByAdmin in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Create an administrative user and delete another user.
UserCancelTest::testUserCancelInvalid in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Attempt invalid account cancellations.
UserCancelTest::testUserCancelUid1 in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Tests that user account for uid 1 cannot be cancelled.
UserCancelTest::testUserCancelWithoutPermission in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Attempt to cancel account without permission.
UserCancelTest::testUserDelete in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Delete account and remove all content.
UserCancelTest::testUserWithoutEmailCancelByAdmin in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Tests deletion of a user account without an e-mail address.
UserDeleteTest::testUserDeleteMultiple in drupal/core/modules/user/lib/Drupal/user/Tests/UserDeleteTest.php
Test deleting multiple users.
UserLoginTest::testPasswordRehashOnLogin in drupal/core/modules/user/lib/Drupal/user/Tests/UserLoginTest.php
Test that user password is re-hashed upon login after changing $count_log2.
UserPasswordResetTest::testUserPasswordResetExpired in drupal/core/modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php
Attempts login using an expired password reset link.
UserPictureTest::saveUserPicture in drupal/core/modules/user/lib/Drupal/user/Tests/UserPictureTest.php
Edits the user picture for the test user.
UserPictureUpgradePathTest::testUserPictureUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserPictureUpgradePathTest.php
Tests expected user picture conversions after a successful upgrade.
UserRolesAssignmentTest::userLoadAndCheckRoleAssigned in drupal/core/modules/user/lib/Drupal/user/Tests/UserRolesAssignmentTest.php
Check role on user object.
UserSaveTest::testUserImport in drupal/core/modules/user/lib/Drupal/user/Tests/UserSaveTest.php
Test creating a user with arbitrary uid.
UserTestBase::setUp in drupal/core/modules/views/lib/Drupal/views/Tests/User/UserTestBase.php
Sets up a Drupal site for running functional and integration tests.
UserTokenReplaceTest::testUserTokenReplacement in drupal/core/modules/user/lib/Drupal/user/Tests/UserTokenReplaceTest.php
Creates a user, then tests the tokens generated from it.
user_admin_account in drupal/core/modules/user/user.admin.inc
Form builder; User administration page.
user_block_user_action in drupal/core/modules/user/user.module
Blocks the current user.
user_cancel in drupal/core/modules/user/user.module
Cancel a user account.
user_external_load in drupal/core/modules/user/user.module
Fetches a user object based on an external authentication source.
user_login_form_submit in drupal/core/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_multiple_cancel_confirm_submit in drupal/core/modules/user/user.module
Submit handler for mass-account cancellation form.
user_pass_reset in drupal/core/modules/user/user.pages.inc
Menu callback; process one time login link and redirects to the user page on success.
user_tokens in drupal/core/modules/user/user.tokens.inc
Implements hook_tokens().
user_uid_optional_load in drupal/core/modules/user/user.module
Load either a specified or the current user account.
user_view_access in drupal/core/modules/user/user.module
User view access callback.
ViewEditFormController::form in drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewEditFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
views_ui_break_lock_confirm in drupal/core/modules/views/views_ui/admin.inc
Page to delete a view.