18 calls to user_load_by_name()

CommentFormController::submit in drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php
Overrides Drupal\Core\Entity\EntityFormController::submit().
CommentFormController::validate in drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php
Overrides Drupal\Core\Entity\EntityFormController::validate().
comment_preview in drupal/core/modules/comment/comment.module
Generates a comment preview.
DBLogTest::doUser in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Generates and then verifies some user events.
NodeFormController::validate in drupal/core/modules/node/lib/Drupal/node/NodeFormController.php
Overrides Drupal\Core\Entity\EntityFormController::validate().
node_preview in drupal/core/modules/node/node.pages.inc
Generates a node preview.
node_submit in drupal/core/modules/node/node.module
Prepares a node for saving by populating the author and creation date.
OpenIDRegistrationTest::testRegisterUserWithAXButNoSREG in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDRegistrationTest.php
Test OpenID auto-registration with a provider that supplies AX information, but no SREG.
OpenIDRegistrationTest::testRegisterUserWithEmailVerification in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDRegistrationTest.php
Test OpenID auto-registration with e-mail verification enabled.
OpenIDRegistrationTest::testRegisterUserWithInvalidSreg in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDRegistrationTest.php
Test OpenID auto-registration with a provider that supplies invalid SREG information (a username that is already taken, and no e-mail address).
OpenIDRegistrationTest::testRegisterUserWithoutEmailVerification in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDRegistrationTest.php
Test OpenID auto-registration with e-mail verification disabled.
OpenIDRegistrationTest::testRegisterUserWithoutSreg in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDRegistrationTest.php
Test OpenID auto-registration with a provider that does not supply SREG information (i.e. no username or e-mail address).
PathSubscriber::onKernelRequestPathResolve in drupal/core/modules/system/tests/modules/url_alter_test/lib/Drupal/url_alter_test/PathSubscriber.php
Resolve the system path based on some arbitrary rules.
UserCreateTest::testUserAdd in drupal/core/modules/user/lib/Drupal/user/Tests/UserCreateTest.php
Create a user through the administration interface and ensure that it displays in the user list.
UserLanguageCreationTest::testLocalUserCreation in drupal/core/modules/user/lib/Drupal/user/Tests/UserLanguageCreationTest.php
Functional test for language handling during user creation.
UserRolesAssignmentTest::testCreateUserWithRole in drupal/core/modules/user/lib/Drupal/user/Tests/UserRolesAssignmentTest.php
Tests that when creating a user the role can be assigned. And that it can be removed again.
UserSaveTest::testUserImport in drupal/core/modules/user/lib/Drupal/user/Tests/UserSaveTest.php
Test creating a user with arbitrary uid.
user_authenticate in drupal/core/modules/user/user.module
Try to validate the user's login credentials locally.