17 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.
EntityTranslationController::entityFormEntityBuild in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php
Entity builder method.
EntityTranslationController::entityFormValidate in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php
Form validation handler for EntityTranslationController::entityFormAlter().
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.
PathProcessor::processInbound in drupal/core/modules/system/tests/modules/url_alter_test/lib/Drupal/url_alter_test/PathProcessor.php
Implements Drupal\Core\PathProcessor\InboundPathProcessorInterface::processInbound().
PathProcessorTest::processInbound in drupal/core/modules/system/tests/modules/url_alter_test/lib/Drupal/url_alter_test/PathProcessorTest.php
Implements Drupal\Core\PathProcessor\InboundPathProcessorInterface::processInbound().
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.
user_login_final_validate in drupal/core/modules/user/user.module
The final validation handler on the login form.