Search for user
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
User | class | core/ |
Defines the user entity class. |
User | class | core/ |
Validate whether an argument is a valid user. |
User | class | core/ |
Default argument plugin to extract a user from request. |
User | class | core/ |
Drupal 6 user source from database. |
User | class | core/ |
Drupal 7 user source from database. |
User | class | core/ |
Plugin class for Drupal 7 user migrations dealing with fields and profiles. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
UserAuthInterface::authenticate | function | core/ |
Validates user authentication credentials. |
UserAuthTest | class | core/ |
@coversDefaultClass \Drupal\user\UserAuth @group user |
UserAuthTest.php | file | core/ |
|
UserAuthTest::$password | property | core/ |
The test password. |
UserAuthTest::$passwordService | property | core/ |
The mocked password service. |
UserAuthTest::$testUser | property | core/ |
The mock user. |
UserAuthTest::$userAuth | property | core/ |
The user auth object under test. |
UserAuthTest::$username | property | core/ |
The test username. |
UserAuthTest::$userStorage | property | core/ |
The mock user storage. |
UserAuthTest::providerTestAuthenticateWithMissingCredentials | function | core/ |
Data provider for testAuthenticateWithMissingCredentials(). |
UserAuthTest::setUp | function | core/ |
|
UserAuthTest::testAuthenticateWithCorrectPassword | function | core/ |
Tests the authenticate method with a correct password. |
UserAuthTest::testAuthenticateWithCorrectPasswordAndNewPasswordHash | function | core/ |
Tests the authenticate method with a correct password and new password hash. |
UserAuthTest::testAuthenticateWithIncorrectPassword | function | core/ |
Tests the authenticate method with an incorrect password. |
UserAuthTest::testAuthenticateWithMissingCredentials | function | core/ |
Tests failing authentication with missing credential parameters. |
UserAuthTest::testAuthenticateWithNoAccountReturned | function | core/ |
Tests the authenticate method with no account returned. |
UserAuthTest::testAuthenticateWithZeroPassword | function | core/ |
Tests the authenticate method with a correct password. |
UserBatchActionTest | class | core/ |
Tests the views bulk form with batch action. |
UserBatchActionTest.php | file | core/ |
|
UserBatchActionTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserBatchActionTest::$modules | property | core/ |
Modules to install. |
UserBatchActionTest::testUserAction | function | core/ |
Tests user admin batch. |
UserBlocksTest | class | core/ |
Tests user blocks. |
UserBlocksTest.php | file | core/ |
|
UserBlocksTest::$adminUser | property | core/ |
A user with the 'administer blocks' permission. |
UserBlocksTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserBlocksTest::$modules | property | core/ |
Modules to enable. |
UserBlocksTest::setUp | function | core/ |
|
UserBlocksTest::testUserLoginBlock | function | core/ |
Test the user login block. |
UserBlocksTest::testUserLoginBlockVisibility | function | core/ |
Tests that user login block is hidden from user/login. |
UserBulkForm | class | core/ |
Defines a user operations bulk form element. |
UserBulkForm.php | file | core/ |
|
UserBulkForm::emptySelectedMessage | function | core/ |
Returns the message to be displayed when there are no selected items. |
UserBulkForm::viewsForm | function | core/ |
Provide a more useful title to improve the accessibility. |
UserBulkFormTest | class | core/ |
@coversDefaultClass \Drupal\user\Plugin\views\field\UserBulkForm @group user |
UserBulkFormTest.php | file | core/ |
|
UserBulkFormTest::tearDown | function | core/ |
|
UserBulkFormTest::testConstructor | function | core/ |
Tests the constructor assignment of actions. |
UserCacheContext | class | core/ |
Defines the UserCacheContext service, for "per user" caching. |
UserCacheContext.php | file | core/ |
|
UserCacheContext::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the context. |
UserCacheContext::getContext | function | core/ |
Returns the string representation of the cache context. |
UserCacheContext::getLabel | function | core/ |
Returns the label of the cache context. |
UserCacheContextBase | class | core/ |
Base class for user-based cache contexts. |
UserCacheContextBase.php | file | core/ |
|
UserCacheContextBase::$user | property | core/ |
The account object. |
UserCacheContextBase::__construct | function | core/ |
Constructs a new UserCacheContextBase class. |
UserCacheTagsTest | class | core/ |
Tests the User entity's cache tags. |
UserCacheTagsTest.php | file | core/ |
|
UserCacheTagsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.