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 |
---|---|---|---|
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… |
UserCancelTest | class | core/ |
Ensure that account cancellation methods work as expected. |
UserCancelTest.php | file | core/ |
|
UserCancelTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserCancelTest::$modules | property | core/ |
Modules to enable. |
UserCancelTest::setUp | function | core/ |
|
UserCancelTest::testMassUserCancelByAdmin | function | core/ |
Create an administrative user and mass-delete other users. |
UserCancelTest::testUserAnonymize | function | core/ |
Delete account and anonymize all content. |
UserCancelTest::testUserAnonymizeBatch | function | core/ |
Delete account and anonymize all content using a batch process. |
UserCancelTest::testUserAnonymizeTranslations | function | core/ |
Delete account and anonymize all content and it's translations. |
UserCancelTest::testUserBlock | function | core/ |
Disable account and keep all content. |
UserCancelTest::testUserBlockUnpublish | function | core/ |
Disable account and unpublish all content. |
UserCancelTest::testUserBlockUnpublishNodeAccess | function | core/ |
Tests nodes are unpublished even if inaccessible to cancelling user. |
UserCancelTest::testUserCancelByAdmin | function | core/ |
Create an administrative user and delete another user. |
UserCancelTest::testUserCancelChangePermission | function | core/ |
Tests ability to change the permission for canceling users. |
UserCancelTest::testUserCancelInvalid | function | core/ |
Attempt invalid account cancellations. |
UserCancelTest::testUserCancelUid1 | function | core/ |
Tests that user account for uid 1 cannot be cancelled. |
UserCancelTest::testUserCancelWithoutPermission | function | core/ |
Attempt to cancel account without permission. |
UserCancelTest::testUserDelete | function | core/ |
Delete account and remove all content. |
UserCancelTest::testUserDeleteWithContentAndNodeAccess | function | core/ |
Tests user cancel with node access. |
UserCancelTest::testUserWithoutEmailCancelByAdmin | function | core/ |
Tests deletion of a user account without an email address. |
UserChangedTest | class | core/ |
Tests the changed field. |
UserChangedTest.php | file | core/ |
|
UserChangedTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserChangedTest::$modules | property | core/ |
Modules to enable. |
UserChangedTest::$testViews | property | core/ |
Views used by this test. |
UserChangedTest::setUp | function | core/ |
Sets up the test. |
UserChangedTest::testChangedField | function | core/ |
Tests changed field. |
UserController | class | core/ |
Controller routines for user routes. |
UserController.php | file | core/ |
|
UserController::$dateFormatter | property | core/ |
The date formatter service. |
UserController::$flood | property | core/ |
The flood service. |
UserController::$logger | property | core/ |
A logger instance. |
UserController::$userData | property | core/ |
The user data service. |
UserController::$userStorage | property | core/ |
The user storage. |
UserController::confirmCancel | function | core/ |
Confirms cancelling a user account via an email link. |
UserController::create | function | core/ |
Instantiates a new instance of this class. |
Pagination
- Previous page
- Page 30
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.