Search for user

  1. Search 7.x for user
  2. Search 9.5.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
UserPasswordResetTest class core/modules/user/tests/src/Functional/UserPasswordResetTest.php Ensure that password reset methods work as expected.
UserPasswordResetTest.php file core/modules/user/tests/src/Functional/UserPasswordResetTest.php
UserPasswordResetTest.php file core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php
UserPasswordResetTest::$account property core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php The user object to test password resetting.
UserPasswordResetTest::$account property core/modules/user/tests/src/Functional/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::$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::assertNoPasswordUserFlood function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Makes assertions about a password reset not triggering user 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::assertPasswordUserFlood function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Makes assertions about a password reset triggering user 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::setUp function core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php
UserPasswordResetTest::setUp function core/modules/user/tests/src/Functional/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 Test user password reset while logged in.
UserPasswordResetTest::testUserPasswordResetWithAdditionalAjaxForm function core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php Tests password reset functionality with an AJAX form.
UserPasswordResetTest::testUserResetPasswordIpFloodControl function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests password reset flood control for one IP.
UserPasswordResetTest::testUserResetPasswordTextboxFilled function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Prefill the text box on incorrect login via link to password reset page.
UserPasswordResetTest::testUserResetPasswordUserFloodControl function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests password reset flood control for one user.
UserPasswordResetTest::testUserResetPasswordUserFloodControlIsCleared function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests user password reset flood control is cleared on successful reset.
UserPathTest class core/modules/views/tests/src/Functional/UserPathTest.php Tests overriding user paths using wildcards.
UserPathTest.php file core/modules/views/tests/src/Functional/UserPathTest.php
UserPathTest::$defaultTheme property core/modules/views/tests/src/Functional/UserPathTest.php The theme to install as the default for testing.
UserPathTest::$modules property core/modules/views/tests/src/Functional/UserPathTest.php Modules to enable.
UserPathTest::$testViews property core/modules/views/tests/src/Functional/UserPathTest.php The test views to use.
UserPathTest::testUserLoginPage function core/modules/views/tests/src/Functional/UserPathTest.php Tests if the login page is still available when using a wildcard path.
UserPermissionsForm class core/modules/user/src/Form/UserPermissionsForm.php Provides the user permissions administration form.
UserPermissionsForm.php file core/modules/user/src/Form/UserPermissionsForm.php
UserPermissionsForm::$moduleHandler property core/modules/user/src/Form/UserPermissionsForm.php The module handler.
UserPermissionsForm::$permissionHandler property core/modules/user/src/Form/UserPermissionsForm.php The permission handler.
UserPermissionsForm::$roleStorage property core/modules/user/src/Form/UserPermissionsForm.php The role storage.
UserPermissionsForm::buildForm function core/modules/user/src/Form/UserPermissionsForm.php Form constructor.
UserPermissionsForm::create function core/modules/user/src/Form/UserPermissionsForm.php Instantiates a new instance of this class.
UserPermissionsForm::getFormId function core/modules/user/src/Form/UserPermissionsForm.php Returns a unique string identifying the form.
UserPermissionsForm::getRoles function core/modules/user/src/Form/UserPermissionsForm.php Gets the roles to display in this form.
UserPermissionsForm::submitForm function core/modules/user/src/Form/UserPermissionsForm.php Form submission handler.
UserPermissionsForm::__construct function core/modules/user/src/Form/UserPermissionsForm.php Constructs a new UserPermissionsForm.
UserPermissionsRoleSpecificForm class core/modules/user/src/Form/UserPermissionsRoleSpecificForm.php Provides the user permissions administration form for a specific role.
UserPermissionsRoleSpecificForm.php file core/modules/user/src/Form/UserPermissionsRoleSpecificForm.php
UserPermissionsRoleSpecificForm::$userRole property core/modules/user/src/Form/UserPermissionsRoleSpecificForm.php The specific role for this form.
UserPermissionsRoleSpecificForm::buildForm function core/modules/user/src/Form/UserPermissionsRoleSpecificForm.php Builds the user permissions administration form for a specific role.
UserPermissionsRoleSpecificForm::getRoles function core/modules/user/src/Form/UserPermissionsRoleSpecificForm.php Gets the roles to display in this form.
UserPermissionsTest class core/modules/user/tests/src/Functional/UserPermissionsTest.php Verify that role permissions can be added and removed via the permissions
page.

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