Search for user

  1. Search 7.x for user
  2. Search 9.5.x for user
  3. Search 8.9.x for user
  4. Search 10.3.x for user
  5. Search 11.x for user
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
User class core/modules/user/src/Entity/User.php Defines the user entity class.
User class core/modules/user/src/Plugin/views/argument_validator/User.php Validate whether an argument is a valid user.
User class core/modules/user/src/Plugin/views/argument_default/User.php Default argument plugin to extract a user from request.
User class core/modules/user/src/Plugin/migrate/source/d6/User.php Drupal 6 user source from database.
User class core/modules/user/src/Plugin/migrate/source/d7/User.php Drupal 7 user source from database.
User class core/modules/user/src/Plugin/migrate/User.php Plugin class for Drupal 7 user migrations dealing with fields and profiles.

All search results

Title Object type File name Summary
UserLoginTest.php file core/modules/user/tests/src/Functional/UserLoginTest.php
UserLoginTest::$defaultTheme property core/modules/user/tests/src/Functional/UserLoginTest.php
UserLoginTest::$modules property core/modules/user/tests/src/Functional/UserLoginTest.php
UserLoginTest::assertFailedLogin function core/modules/user/tests/src/Functional/UserLoginTest.php Make an unsuccessful login attempt.
UserLoginTest::doPasswordLengthLogin function core/modules/user/tests/src/Functional/UserLoginTest.php Helper to test log in with a maximum length password.
UserLoginTest::resetUserPassword function core/modules/user/tests/src/Functional/UserLoginTest.php Reset user password.
UserLoginTest::testAutocompleteHtmlAttributes function core/modules/user/tests/src/Functional/UserLoginTest.php Tests that user login form has the autocomplete attributes.
UserLoginTest::testCookiesNotAccepted function core/modules/user/tests/src/Functional/UserLoginTest.php Tests with a browser that denies cookies.
UserLoginTest::testGlobalLoginFloodControl function core/modules/user/tests/src/Functional/UserLoginTest.php Tests the global login flood control.
UserLoginTest::testLoginCacheTagsAndDestination function core/modules/user/tests/src/Functional/UserLoginTest.php Tests login with destination.
UserLoginTest::testPasswordLengthLogin function core/modules/user/tests/src/Functional/UserLoginTest.php Tests log in with a maximum length and a too long password.
UserLoginTest::testPasswordRehashOnLogin function core/modules/user/tests/src/Functional/UserLoginTest.php Tests user password is re-hashed upon login after changing $count_log2.
UserLoginTest::testPerUserLoginFloodControl function core/modules/user/tests/src/Functional/UserLoginTest.php Tests the per-user login flood control.
UserLogoutConfirm class core/modules/user/src/Form/UserLogoutConfirm.php Provides a confirmation form for user logout.
UserLogoutConfirm.php file core/modules/user/src/Form/UserLogoutConfirm.php
UserLogoutConfirm::getCancelUrl function core/modules/user/src/Form/UserLogoutConfirm.php
UserLogoutConfirm::getConfirmText function core/modules/user/src/Form/UserLogoutConfirm.php
UserLogoutConfirm::getDescription function core/modules/user/src/Form/UserLogoutConfirm.php
UserLogoutConfirm::getFormId function core/modules/user/src/Form/UserLogoutConfirm.php
UserLogoutConfirm::getQuestion function core/modules/user/src/Form/UserLogoutConfirm.php
UserLogoutConfirm::submitForm function core/modules/user/src/Form/UserLogoutConfirm.php
UserLogoutTest class core/modules/user/tests/src/Functional/UserLogoutTest.php Tests user logout.
UserLogoutTest.php file core/modules/user/tests/src/Functional/UserLogoutTest.php
UserLogoutTest::$defaultTheme property core/modules/user/tests/src/Functional/UserLogoutTest.php
UserLogoutTest::$modules property core/modules/user/tests/src/Functional/UserLogoutTest.php
UserLogoutTest::setUp function core/modules/user/tests/src/Functional/UserLogoutTest.php
UserLogoutTest::testLogout function core/modules/user/tests/src/Functional/UserLogoutTest.php Tests user logout functionality.
UserMailDefaultsTest class core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php Tests that user.mail default settings are parsed correctly.
UserMailDefaultsTest.php file core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php
UserMailDefaultsTest::$modules property core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php
UserMailDefaultsTest::setUp function core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php
UserMailDefaultsTest::testMailDefaults function core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php Tests that each user mail contains blank lines.
UserMailDefaultsTest::userMailsProvider function core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php Data provider for user mail testing.
UserMailNotifyTest class core/modules/user/tests/src/Kernel/UserMailNotifyTest.php Tests _user_mail_notify() use of user.settings.notify.*.
UserMailNotifyTest.php file core/modules/user/tests/src/Kernel/UserMailNotifyTest.php
UserMailNotifyTest::$modules property core/modules/user/tests/src/Kernel/UserMailNotifyTest.php
UserMailNotifyTest::testUserMailHook function core/modules/user/tests/src/Kernel/UserMailNotifyTest.php Tests the mail hook implementation from the user module.
UserMailNotifyTest::testUserMailsNotSent function core/modules/user/tests/src/Kernel/UserMailNotifyTest.php Tests mails are not sent when notify.$op is FALSE.
UserMailNotifyTest::testUserMailsSent function core/modules/user/tests/src/Kernel/UserMailNotifyTest.php Tests mails are sent when notify.$op is TRUE.
UserMailNotifyTest::testUserMailsWithoutAccountEmail function core/modules/user/tests/src/Kernel/UserMailNotifyTest.php Tests mails are not sent when the account has no email address.
UserMailNotifyTest::testUserRecoveryMailLanguage function core/modules/user/tests/src/Kernel/UserMailNotifyTest.php Tests recovery email content and token langcode is aligned.
UserMailNotifyTest::userMailsProvider function core/modules/user/tests/src/Kernel/UserMailNotifyTest.php Data provider for user mail testing.
UserMailRequired class core/modules/user/src/Plugin/Validation/Constraint/UserMailRequired.php Checks if the user's email address is provided if required.
UserMailRequired.php file core/modules/user/src/Plugin/Validation/Constraint/UserMailRequired.php
UserMailRequired::__construct function core/modules/user/src/Plugin/Validation/Constraint/UserMailRequired.php
UserMailRequiredValidator class core/modules/user/src/Plugin/Validation/Constraint/UserMailRequiredValidator.php Checks if the user's email address is provided if required.
UserMailRequiredValidator.php file core/modules/user/src/Plugin/Validation/Constraint/UserMailRequiredValidator.php
UserMailRequiredValidator::validate function core/modules/user/src/Plugin/Validation/Constraint/UserMailRequiredValidator.php
UserMailRequiredValidatorTest class core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/UserMailRequiredValidatorTest.php Tests Drupal\user\Plugin\Validation\Constraint\UserMailRequiredValidator.
UserMailRequiredValidatorTest.php file core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/UserMailRequiredValidatorTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.