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. 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
UserAuthenticationController::userLoginFinalize function core/modules/user/src/Controller/UserAuthenticationController.php Finalizes the user login.
UserAuthenticationController::userLogout function core/modules/user/src/Controller/UserAuthenticationController.php Logs the user out.
UserAuthenticationController::__construct function core/modules/user/src/Controller/UserAuthenticationController.php Constructs a new UserAuthenticationController object.
UserAuthenticationInterface interface core/modules/user/src/UserAuthenticationInterface.php An interface for validating user authentication credentials.
UserAuthenticationInterface.php file core/modules/user/src/UserAuthenticationInterface.php
UserAuthenticationInterface::authenticateAccount function core/modules/user/src/UserAuthenticationInterface.php Validates user authentication credentials for an account.
UserAuthenticationInterface::lookupAccount function core/modules/user/src/UserAuthenticationInterface.php Validates user authentication credentials.
UserAuthInterface interface core/modules/user/src/UserAuthInterface.php An interface for validating user authentication credentials.
UserAuthInterface.php file core/modules/user/src/UserAuthInterface.php
UserAuthInterface::authenticate function core/modules/user/src/UserAuthInterface.php Validates user authentication credentials.
UserAuthTest class core/modules/user/tests/src/Unit/UserAuthTest.php @coversDefaultClass \Drupal\user\UserAuth
@group user
UserAuthTest.php file core/modules/user/tests/src/Unit/UserAuthTest.php
UserAuthTest::$password property core/modules/user/tests/src/Unit/UserAuthTest.php The test password.
UserAuthTest::$passwordService property core/modules/user/tests/src/Unit/UserAuthTest.php The mocked password service.
UserAuthTest::$testUser property core/modules/user/tests/src/Unit/UserAuthTest.php The mock user.
UserAuthTest::$userAuth property core/modules/user/tests/src/Unit/UserAuthTest.php The user auth object under test.
UserAuthTest::$username property core/modules/user/tests/src/Unit/UserAuthTest.php The test username.
UserAuthTest::$userStorage property core/modules/user/tests/src/Unit/UserAuthTest.php The mock user storage.
UserAuthTest::providerTestAuthenticateWithMissingCredentials function core/modules/user/tests/src/Unit/UserAuthTest.php Data provider for testAuthenticateWithMissingCredentials().
UserAuthTest::setUp function core/modules/user/tests/src/Unit/UserAuthTest.php
UserAuthTest::testAddCheckToUrlForTrustedRedirectResponse function core/modules/user/tests/src/Unit/UserAuthTest.php Tests the auth that ends in a redirect from subdomain to TLD.
UserAuthTest::testAddCheckToUrlForTrustedRedirectResponseWithFragment function core/modules/user/tests/src/Unit/UserAuthTest.php Tests the auth that ends in a redirect from subdomain with a fragment to TLD.
UserAuthTest::testAuthenticateWithCorrectPassword function core/modules/user/tests/src/Unit/UserAuthTest.php Tests the authenticate method with a correct password.
UserAuthTest::testAuthenticateWithCorrectPasswordAndNewPasswordHash function core/modules/user/tests/src/Unit/UserAuthTest.php Tests the authenticate method with a correct password & new password hash.
UserAuthTest::testAuthenticateWithIncorrectPassword function core/modules/user/tests/src/Unit/UserAuthTest.php Tests the authenticate method with an incorrect password.
UserAuthTest::testAuthenticateWithMissingCredentials function core/modules/user/tests/src/Unit/UserAuthTest.php Tests failing authentication with missing credential parameters.
UserAuthTest::testAuthenticateWithNoAccountReturned function core/modules/user/tests/src/Unit/UserAuthTest.php Tests the authenticate method with no account returned.
UserAuthTest::testAuthenticateWithZeroPassword function core/modules/user/tests/src/Unit/UserAuthTest.php Tests the authenticate method with a correct password.
UserBatchActionTest class core/modules/views/tests/src/Functional/UserBatchActionTest.php Tests the views bulk form with batch action.
UserBatchActionTest.php file core/modules/views/tests/src/Functional/UserBatchActionTest.php
UserBatchActionTest::$defaultTheme property core/modules/views/tests/src/Functional/UserBatchActionTest.php The theme to install as the default for testing.
UserBatchActionTest::$modules property core/modules/views/tests/src/Functional/UserBatchActionTest.php Modules to install.
UserBatchActionTest::testUserAction function core/modules/views/tests/src/Functional/UserBatchActionTest.php Tests user admin batch.
UserBlocksTest class core/modules/user/tests/src/Functional/UserBlocksTest.php Tests user blocks.
UserBlocksTest.php file core/modules/user/tests/src/Functional/UserBlocksTest.php
UserBlocksTest::$adminUser property core/modules/user/tests/src/Functional/UserBlocksTest.php A user with the 'administer blocks' permission.
UserBlocksTest::$defaultTheme property core/modules/user/tests/src/Functional/UserBlocksTest.php The theme to install as the default for testing.
UserBlocksTest::$modules property core/modules/user/tests/src/Functional/UserBlocksTest.php Modules to install.
UserBlocksTest::setUp function core/modules/user/tests/src/Functional/UserBlocksTest.php
UserBlocksTest::testUserLoginBlock function core/modules/user/tests/src/Functional/UserBlocksTest.php Tests the user login block.
UserBlocksTest::testUserLoginBlockVisibility function core/modules/user/tests/src/Functional/UserBlocksTest.php Tests that user login block is hidden from user/login.
UserBulkForm class core/modules/user/src/Plugin/views/field/UserBulkForm.php Defines a user operations bulk form element.
UserBulkForm.php file core/modules/user/src/Plugin/views/field/UserBulkForm.php
UserBulkForm::emptySelectedMessage function core/modules/user/src/Plugin/views/field/UserBulkForm.php Returns the message to be displayed when there are no selected items.
UserBulkForm::viewsForm function core/modules/user/src/Plugin/views/field/UserBulkForm.php Provide a more useful title to improve the accessibility.
UserBulkFormTest class core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php @coversDefaultClass \Drupal\user\Plugin\views\field\UserBulkForm
@group user
UserBulkFormTest.php file core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php
UserBulkFormTest::tearDown function core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php
UserBulkFormTest::testConstructor function core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php Tests the constructor assignment of actions.
UserCacheContext class core/lib/Drupal/Core/Cache/Context/UserCacheContext.php Defines the UserCacheContext service, for "per user" caching.

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