Search for user

  1. Search 7.x for user
  2. Search 9.5.x for user
  3. Search 10.3.x for user
  4. Search 11.x for user
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
User class core/modules/user/src/Entity/User.php Defines the user entity class.
User class core/modules/user/src/Plugin/views/argument_validator/User.php Validate whether an argument is a valid user.
User class core/modules/user/src/Plugin/views/argument_default/User.php Default argument plugin to extract a user from request.
User class core/modules/user/src/Plugin/migrate/source/d6/User.php Drupal 6 user source from database.
User class core/modules/user/src/Plugin/migrate/source/d7/User.php Drupal 7 user source from database.
User class core/modules/user/src/Plugin/migrate/User.php 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/modules/user/src/Plugin/Validation/Constraint/UserNameConstraint.php
UserNameConstraint::$spaceBeginMessage property core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraint.php
UserNameConstraint::$spaceEndMessage property core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraint.php
UserNameConstraint::$tooLongMessage property core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraint.php
UserNameConstraintValidator class core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraintValidator.php Validates the UserName constraint.
UserNameConstraintValidator.php file core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraintValidator.php
UserNameConstraintValidator::validate function core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraintValidator.php
UserNameFormatter class core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php Plugin implementation of the 'user_name' formatter.
UserNameFormatter.php file core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php
UserNameFormatter::defaultSettings function core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php Defines the default settings for this plugin.
UserNameFormatter::isApplicable function core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php Returns if the formatter can be used for the provided field.
UserNameFormatter::settingsForm function core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php Returns a form to configure settings for the formatter.
UserNameFormatter::viewElements function core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php Builds a renderable array for a field value.
UserNameFormatterTest class core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php Tests the user_name formatter.
UserNameFormatterTest.php file core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserNameFormatterTest::$bundle property core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserNameFormatterTest::$entityType property core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserNameFormatterTest::$fieldName property core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserNameFormatterTest::$modules property core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php Modules to enable.
UserNameFormatterTest::renderEntityFields function core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php Renders fields of a given entity with a given display.
UserNameFormatterTest::setUp function core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserNameFormatterTest::testFormatter function core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php Tests the formatter output.
UserNameItem class core/modules/user/src/UserNameItem.php Defines a custom field item class for the 'name' user entity field.
UserNameItem.php file core/modules/user/src/UserNameItem.php
UserNameItem::generateSampleValue function core/modules/user/src/UserNameItem.php Generates placeholder field values.
UserNameItem::isEmpty function core/modules/user/src/UserNameItem.php Determines whether the data structure is empty.
UserNameUnique class core/modules/user/src/Plugin/Validation/Constraint/UserNameUnique.php Checks if a user name is unique on the site.
UserNameUnique.php file core/modules/user/src/Plugin/Validation/Constraint/UserNameUnique.php
UserNameUnique::$message property core/modules/user/src/Plugin/Validation/Constraint/UserNameUnique.php
USERNAME_MAX_LENGTH constant core/modules/user/user.module Maximum length of username text field.
UserPasswordForm class core/modules/user/src/Form/UserPasswordForm.php Provides a user password reset form.
UserPasswordForm.php file core/modules/user/src/Form/UserPasswordForm.php
UserPasswordForm::$flood property core/modules/user/src/Form/UserPasswordForm.php The flood service.
UserPasswordForm::$languageManager property core/modules/user/src/Form/UserPasswordForm.php The language manager.
UserPasswordForm::$userStorage property core/modules/user/src/Form/UserPasswordForm.php The user storage.
UserPasswordForm::buildForm function core/modules/user/src/Form/UserPasswordForm.php Form constructor.
UserPasswordForm::create function core/modules/user/src/Form/UserPasswordForm.php Instantiates a new instance of this class.
UserPasswordForm::getFormId function core/modules/user/src/Form/UserPasswordForm.php Returns a unique string identifying the form.
UserPasswordForm::submitForm function core/modules/user/src/Form/UserPasswordForm.php Form submission handler.
UserPasswordForm::validateForm function core/modules/user/src/Form/UserPasswordForm.php Form validation handler.
UserPasswordForm::__construct function core/modules/user/src/Form/UserPasswordForm.php Constructs a UserPasswordForm object.
UserPasswordFormTest class core/modules/user/tests/src/Kernel/Form/UserPasswordFormTest.php @coversDefaultClass \Drupal\user\Form\UserPasswordForm
@group user
UserPasswordFormTest.php file core/modules/user/tests/src/Kernel/Form/UserPasswordFormTest.php
UserPasswordFormTest::testConstructorDeprecations function core/modules/user/tests/src/Kernel/Form/UserPasswordFormTest.php @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/modules/user/src/Form/UserPasswordResetForm.php Form controller for the user password forms.
UserPasswordResetForm.php file core/modules/user/src/Form/UserPasswordResetForm.php
UserPasswordResetForm::buildForm function core/modules/user/src/Form/UserPasswordResetForm.php
UserPasswordResetForm::getFormId function core/modules/user/src/Form/UserPasswordResetForm.php Returns a unique string identifying the form.
UserPasswordResetForm::submitForm function core/modules/user/src/Form/UserPasswordResetForm.php Form submission handler.
UserPasswordResetTest class core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php Ensure that password reset methods work as expected.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.