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 |
---|---|---|---|
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::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/ |
|
UserMailRequiredValidatorTest | class | core/ |
@coversDefaultClass \Drupal\user\Plugin\Validation\Constraint\UserMailRequiredValidator @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 |
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::$deprecatedProperties | property | 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::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. |
username.html.twig | file | core/ |
Theme override for displaying a username. |
username.html.twig | file | core/ |
Theme override for displaying a username. |
username.html.twig | file | core/ |
Theme override for displaying a username. |
username.html.twig | file | core/ |
Theme override for displaying a username. |
username.html.twig | file | core/ |
Theme override for displaying a username. |
username.html.twig | file | core/ |
Theme override for displaying a username. |
username.html.twig | file | core/ |
Default theme implementation for displaying a username. |
UserName.php | file | core/ |
|
UserName::buildOptionsForm | function | core/ |
Provides the default form for setting options. |
UserName::processSummaryArguments | function | core/ |
Processes the summary arguments for displaying. |
UserName::validateArgument | function | core/ |
Performs validation for a given argument. |
UserNameConstraint | class | core/ |
Checks if a value is a valid user name. |
UserNameConstraint.php | file | core/ |
|
UserNameConstraint::$emptyMessage | property | core/ |
|
UserNameConstraint::$illegalMessage | property | core/ |
Pagination
- Previous page
- Page 36
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.