52 calls to user_load()

BulkFormTest::testBulkForm in drupal/core/modules/user/lib/Drupal/user/Tests/Views/BulkFormTest.php
Tests the user bulk form.
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.
EntityReferenceSelectionAccessTest::testUserHandler in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionAccessTest.php
Test the user-specific overrides of the entity handler.
Field::access in drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php
Implements \Drupal\Core\TypedData\AccessibleInterface::access().
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().
MessageFormController::save in drupal/core/modules/contact/lib/Drupal/contact/MessageFormController.php
Overrides Drupal\Core\Entity\EntityFormController::save().
NodeAccessLanguageAwareCombinationTest::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageAwareCombinationTest.php
Sets up a Drupal site for running functional and integration tests.
NodeAccessLanguageAwareTest::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageAwareTest.php
Sets up a Drupal site for running functional and integration tests.
NodeAccessLanguageTest::testNodeAccessQueryTag in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageTest.php
Tests db_select() with a 'node_access' tag and langcode metadata.
node_access in drupal/core/modules/node/node.module
Access callback: Checks a user's permission for performing a node operation.
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().
PathProcessorTest::processOutbound in drupal/core/modules/system/tests/modules/url_alter_test/lib/Drupal/url_alter_test/PathProcessorTest.php
Implements Drupal\Core\PathProcessor\OutboundPathProcessorInterface::processOutbound().
seven_form_node_form_alter in drupal/core/themes/seven/seven.theme
Implements hook_form_BASE_FORM_ID_alter().
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.
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::setUp in drupal/core/modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php
Sets up a Drupal site for running functional and integration tests.
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/user/lib/Drupal/user/Tests/Views/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
Page callback: User administration page.
user_cancel in drupal/core/modules/user/user.module
Cancel a user account.
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.
ViewEditFormController::form in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().