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 |
|---|---|---|---|
| UserLogoutTest.php | file | core/ |
|
| UserLogoutTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UserLogoutTest::$modules | property | core/ |
Modules to install. |
| UserLogoutTest::setUp | function | core/ |
|
| UserLogoutTest::testLogout | function | core/ |
Tests user logout functionality. |
| UserMailDefaultsTest | class | core/ |
Tests that user.mail default settings are parsed correctly. |
| UserMailDefaultsTest.php | file | core/ |
|
| UserMailDefaultsTest::$modules | property | core/ |
Modules to install. |
| UserMailDefaultsTest::setUp | function | core/ |
|
| UserMailDefaultsTest::testMailDefaults | function | core/ |
Tests that each user mail contains blank lines. |
| UserMailDefaultsTest::userMailsProvider | function | core/ |
Data provider for user mail testing. |
| UserMailNotifyTest | class | core/ |
Tests _user_mail_notify() use of user.settings.notify.*. |
| UserMailNotifyTest.php | file | core/ |
|
| UserMailNotifyTest::$modules | property | core/ |
Modules to install. |
| UserMailNotifyTest::testUserMailsNotSent | function | core/ |
Tests mails are not sent when notify.$op is FALSE. |
| UserMailNotifyTest::testUserMailsSent | function | core/ |
Tests mails are sent when notify.$op is TRUE. |
| UserMailNotifyTest::testUserRecoveryMailLanguage | function | core/ |
Tests recovery email content and token langcode is aligned. |
| UserMailNotifyTest::userMailsProvider | function | core/ |
Data provider for user mail testing. |
| UserMailRequired | class | core/ |
Checks if the user's email address is provided if required. |
| UserMailRequired.php | file | core/ |
|
| UserMailRequired::$message | property | core/ |
Violation message. Use the same message as FormValidator. |
| UserMailRequiredValidator | class | core/ |
Checks if the user's email address is provided if required. |
| UserMailRequiredValidator.php | file | core/ |
|
| UserMailRequiredValidator::validate | function | core/ |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn |
| UserMailRequiredValidatorTest | class | core/ |
@coversDefaultClass \Drupal\user\Plugin\Validation\Constraint\UserMailRequiredValidator[[api-linebreak]] @group user |
| UserMailRequiredValidatorTest.php | file | core/ |
|
| UserMailRequiredValidatorTest::createValidator | function | core/ |
Creates a validator instance. |
| UserMailRequiredValidatorTest::providerTestValidate | function | core/ |
Data provider for ::testValidate(). |
| UserMailRequiredValidatorTest::testValidate | function | core/ |
@covers ::validate[[api-linebreak]] |
| UserMailUnique | class | core/ |
Checks if a user's email address is unique on the site. |
| UserMailUnique.php | file | core/ |
|
| UserMailUnique::$message | property | core/ |
|
| UserMigrationClassTest | class | core/ |
Tests the user migration plugin class. |
| UserMigrationClassTest.php | file | core/ |
|
| UserMigrationClassTest::testClass | function | core/ |
Tests that the profile value process is added to the pipeline. |
| UserMultipleCancelConfirm | class | core/ |
Provides a confirmation form for cancelling multiple user accounts. |
| UserMultipleCancelConfirm.php | file | core/ |
|
| UserMultipleCancelConfirm::$entityTypeManager | property | core/ |
The entity type manager. |
| UserMultipleCancelConfirm::$tempStoreFactory | property | core/ |
The temp store factory. |
| UserMultipleCancelConfirm::$userStorage | property | core/ |
The user storage. |
| UserMultipleCancelConfirm::buildForm | function | core/ |
Form constructor. |
| UserMultipleCancelConfirm::create | function | core/ |
Instantiates a new instance of this class. |
| UserMultipleCancelConfirm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| UserMultipleCancelConfirm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| UserMultipleCancelConfirm::getDescription | function | core/ |
Returns additional text to display as a description. |
| UserMultipleCancelConfirm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| UserMultipleCancelConfirm::getQuestion | function | core/ |
Returns the question to ask the user. |
| UserMultipleCancelConfirm::submitForm | function | core/ |
Form submission handler. |
| UserMultipleCancelConfirm::__construct | function | core/ |
Constructs a new UserMultipleCancelConfirm. |
| UserName | class | core/ |
Validates whether a user name is valid. |
Pagination
- Previous page
- Page 40
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.