Search for user

  1. Search 7.x for user
  2. Search 8.9.x for user
  3. Search 10.3.x for user
  4. Search 11.x for user
  5. 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
UserNameFormatterTest::testFormatter function core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php Tests the formatter output.
UserNameItem class core/modules/user/src/UserNameItem.php Defines a custom field item class for the 'name' user entity field.
UserNameItem.php file core/modules/user/src/UserNameItem.php
UserNameItem::generateSampleValue function core/modules/user/src/UserNameItem.php Generates placeholder field values.
UserNameItem::isEmpty function core/modules/user/src/UserNameItem.php Determines whether the data structure is empty.
UserNameUnique class core/modules/user/src/Plugin/Validation/Constraint/UserNameUnique.php Checks if a user name is unique on the site.
UserNameUnique.php file core/modules/user/src/Plugin/Validation/Constraint/UserNameUnique.php
UserNameUnique::$message property core/modules/user/src/Plugin/Validation/Constraint/UserNameUnique.php
UserPasswordForm class core/modules/user/src/Form/UserPasswordForm.php Provides a user password reset form.
UserPasswordForm.php file core/modules/user/src/Form/UserPasswordForm.php
UserPasswordForm::$emailValidator property core/modules/user/src/Form/UserPasswordForm.php The email validator service.
UserPasswordForm::$flood property core/modules/user/src/Form/UserPasswordForm.php The flood service.
UserPasswordForm::$languageManager property core/modules/user/src/Form/UserPasswordForm.php The language manager.
UserPasswordForm::$typedDataManager property core/modules/user/src/Form/UserPasswordForm.php The typed data manager.
UserPasswordForm::$userStorage property core/modules/user/src/Form/UserPasswordForm.php The user storage.
UserPasswordForm::buildForm function core/modules/user/src/Form/UserPasswordForm.php Form constructor.
UserPasswordForm::create function core/modules/user/src/Form/UserPasswordForm.php Instantiates a new instance of this class.
UserPasswordForm::getFormId function core/modules/user/src/Form/UserPasswordForm.php Returns a unique string identifying the form.
UserPasswordForm::submitForm function core/modules/user/src/Form/UserPasswordForm.php Form submission handler.
UserPasswordForm::validateForm function core/modules/user/src/Form/UserPasswordForm.php Form validation handler.
UserPasswordForm::__construct function core/modules/user/src/Form/UserPasswordForm.php Constructs a UserPasswordForm object.
UserPasswordResetForm class core/modules/user/src/Form/UserPasswordResetForm.php Form controller for the user password forms.
UserPasswordResetForm.php file core/modules/user/src/Form/UserPasswordResetForm.php
UserPasswordResetForm::buildForm function core/modules/user/src/Form/UserPasswordResetForm.php
UserPasswordResetForm::getFormId function core/modules/user/src/Form/UserPasswordResetForm.php Returns a unique string identifying the form.
UserPasswordResetForm::submitForm function core/modules/user/src/Form/UserPasswordResetForm.php Form submission handler.
UserPasswordResetTest class core/modules/user/tests/src/Functional/UserPasswordResetTest.php Ensure that password reset methods work as expected.
UserPasswordResetTest class core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php Ensure that password reset methods work as expected.
UserPasswordResetTest.php file core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php
UserPasswordResetTest.php file core/modules/user/tests/src/Functional/UserPasswordResetTest.php
UserPasswordResetTest::$account property core/modules/user/tests/src/Functional/UserPasswordResetTest.php The user object to test password resetting.
UserPasswordResetTest::$account property core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php The user object to test password resetting.
UserPasswordResetTest::$defaultTheme property core/modules/user/tests/src/Functional/UserPasswordResetTest.php The theme to install as the default for testing.
UserPasswordResetTest::$languageManager property core/modules/user/tests/src/Functional/UserPasswordResetTest.php Language manager object.
UserPasswordResetTest::$modules property core/modules/user/tests/src/Functional/UserPasswordResetTest.php Modules to enable.
UserPasswordResetTest::$modules property core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php Modules to enable.
UserPasswordResetTest::$profile property core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php The profile to install as a basis for testing.
UserPasswordResetTest::assertNoPasswordIpFlood function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Makes assertions about a password reset not triggering IP flood control.
UserPasswordResetTest::assertNoValidPasswordReset function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Helper function to make assertions about an invalid password reset.
UserPasswordResetTest::assertPasswordIpFlood function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Makes assertions about a password reset triggering IP flood control.
UserPasswordResetTest::assertValidPasswordReset function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Helper function to make assertions about a valid password reset.
UserPasswordResetTest::getResetURL function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Retrieves password reset email and extracts the login link.
UserPasswordResetTest::getResetURL function core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php Retrieves password reset email and extracts the login link.
UserPasswordResetTest::languagePrefixTestProvider function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Data provider for testUserPasswordResetPreferredLanguage().
UserPasswordResetTest::setUp function core/modules/user/tests/src/Functional/UserPasswordResetTest.php
UserPasswordResetTest::setUp function core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php
UserPasswordResetTest::testResetImpersonation function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Make sure that users cannot forge password reset URLs of other users.
UserPasswordResetTest::testUserPasswordReset function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests password reset functionality.
UserPasswordResetTest::testUserPasswordResetLoggedIn function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests user password reset while logged in.
UserPasswordResetTest::testUserPasswordResetPreferredLanguage function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests password reset functionality when user has set preferred language.

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