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 |
---|---|---|---|
UserNameConstraint::$multipleSpacesMessage | property | core/ |
|
UserNameConstraint::$spaceBeginMessage | property | core/ |
|
UserNameConstraint::$spaceEndMessage | property | core/ |
|
UserNameConstraint::$tooLongMessage | property | core/ |
|
UserNameConstraintValidator | class | core/ |
Validates the UserName constraint. |
UserNameConstraintValidator.php | file | core/ |
|
UserNameConstraintValidator::validate | function | core/ |
|
UserNameFormatter | class | core/ |
Plugin implementation of the 'user_name' formatter. |
UserNameFormatter.php | file | core/ |
|
UserNameFormatter::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
UserNameFormatter::isApplicable | function | core/ |
Returns if the formatter can be used for the provided field. |
UserNameFormatter::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
UserNameFormatter::viewElements | function | core/ |
Builds a renderable array for a field value. |
UserNameFormatterTest | class | core/ |
Tests the user_name formatter. |
UserNameFormatterTest.php | file | core/ |
|
UserNameFormatterTest::$bundle | property | core/ |
|
UserNameFormatterTest::$entityType | property | core/ |
|
UserNameFormatterTest::$fieldName | property | core/ |
|
UserNameFormatterTest::$modules | property | core/ |
Modules to enable. |
UserNameFormatterTest::renderEntityFields | function | core/ |
Renders fields of a given entity with a given display. |
UserNameFormatterTest::setUp | function | core/ |
|
UserNameFormatterTest::testFormatter | function | core/ |
Tests the formatter output. |
UserNameItem | class | core/ |
Defines a custom field item class for the 'name' user entity field. |
UserNameItem.php | file | core/ |
|
UserNameItem::generateSampleValue | function | core/ |
Generates placeholder field values. |
UserNameItem::isEmpty | function | core/ |
Determines whether the data structure is empty. |
UserNameUnique | class | core/ |
Checks if a user name is unique on the site. |
UserNameUnique.php | file | core/ |
|
UserNameUnique::$message | property | core/ |
|
USERNAME_MAX_LENGTH | constant | core/ |
Maximum length of username text field. |
UserPasswordForm | class | core/ |
Provides a user password reset form. |
UserPasswordForm.php | file | core/ |
|
UserPasswordForm::$flood | property | core/ |
The flood service. |
UserPasswordForm::$languageManager | property | core/ |
The language manager. |
UserPasswordForm::$userStorage | property | core/ |
The user storage. |
UserPasswordForm::buildForm | function | core/ |
Form constructor. |
UserPasswordForm::create | function | core/ |
Instantiates a new instance of this class. |
UserPasswordForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
UserPasswordForm::submitForm | function | core/ |
Form submission handler. |
UserPasswordForm::validateForm | function | core/ |
Form validation handler. |
UserPasswordForm::__construct | function | core/ |
Constructs a UserPasswordForm object. |
UserPasswordFormTest | class | core/ |
@coversDefaultClass \Drupal\user\Form\UserPasswordForm @group user |
UserPasswordFormTest.php | file | core/ |
|
UserPasswordFormTest::testConstructorDeprecations | function | core/ |
@group legacy @expectedDeprecation Calling Drupal\user\Form\UserPasswordForm::__construct without the $config_factory is deprecated in drupal:8.8.0 and is required before drupal:9.0.0. See https://www.drupal.org/node/1681832 @expectedDeprecation… |
UserPasswordResetForm | class | core/ |
Form controller for the user password forms. |
UserPasswordResetForm.php | file | core/ |
|
UserPasswordResetForm::buildForm | function | core/ |
|
UserPasswordResetForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
UserPasswordResetForm::submitForm | function | core/ |
Form submission handler. |
UserPasswordResetTest | class | core/ |
Ensure that password reset methods work as expected. |
Pagination
- Previous page
- Page 37
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.