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 |
---|---|---|---|
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 install. |
UserBlocksTest::setUp | function | core/ |
|
UserBlocksTest::testUserLoginBlock | function | core/ |
Tests 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. |
UserCacheTagsTest::$modules | property | core/ |
Modules to install. |
UserCacheTagsTest::createEntity | function | core/ |
Creates the entity to be tested. |
UserCacheTagsTest::getAdditionalCacheTagsForEntityListing | function | core/ |
Returns the additional cache tags for the tested entity's listing by type. |
UserCacheTagsTest::setUp | function | core/ |
|
UserCancelForm | class | core/ |
Provides a confirmation form for cancelling user account. |
UserCancelForm.php | file | core/ |
|
UserCancelForm::$cancelMethods | property | core/ |
Available account cancellation methods. |
UserCancelForm::$entity | property | core/ |
The account being cancelled. |
UserCancelForm::$selectCancel | property | core/ |
Whether it is allowed to select cancellation method. |
UserCancelForm::buildForm | function | core/ |
Form constructor. |
UserCancelForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
UserCancelForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
UserCancelForm::getDescription | function | core/ |
Returns additional text to display as a description. |
UserCancelForm::getQuestion | function | core/ |
Returns the question to ask the user. |
UserCancelForm::submitForm | function | core/ |
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state… |
Pagination
- Previous page
- Page 31
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.