Search for valid
Title | Object type | File name | Summary |
---|---|---|---|
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]] |
UserName::validateArgument | function | core/ |
Performs validation for a given argument. |
UserNameConstraintValidator | class | core/ |
Validates the UserName constraint. |
UserNameConstraintValidator.php | file | core/ |
|
UserNameConstraintValidator::validate | function | core/ |
|
UserNameValidator | class | core/ |
Provides a username validator. |
UserNameValidator.php | file | core/ |
|
UserNameValidator::validateName | function | core/ |
Validates a user name. |
UserNameValidator::__construct | function | core/ |
|
UserNameValidatorTest | class | core/ |
Verify that user validity checks behave as designed. |
UserNameValidatorTest.php | file | core/ |
|
UserNameValidatorTest::$modules | property | core/ |
Modules to install. |
UserNameValidatorTest::$userValidator | property | core/ |
The user validator under test. |
UserNameValidatorTest::invalidUserNameProvider | function | core/ |
Provides invalid user names. |
UserNameValidatorTest::setUp | function | core/ |
|
UserNameValidatorTest::testInvalidUsernames | function | core/ |
Tests invalid user name validation. |
UserNameValidatorTest::testValidUsernames | function | core/ |
Tests valid user name validation. |
UserNameValidatorTest::validUsernameProvider | function | core/ |
Provides valid user names. |
UserPasswordForm::$emailValidator | property | core/ |
The email validator service. |
UserPasswordForm::validateForm | function | core/ |
Form validation handler. |
UserPasswordResetTest::assertNoValidPasswordReset | function | core/ |
Helper function to make assertions about an invalid password reset. |
UserPasswordResetTest::assertValidPasswordReset | function | core/ |
Helper function to make assertions about a valid password reset. |
UserSelection::validateReferenceableNewEntities | function | core/ |
Validates which newly created entities can be referenced. |
UserTest::makeNormalizationInvalid | function | core/ |
Makes the given JSON:API document invalid. |
UserValidationTest | class | core/ |
Verify that user validity checks behave as designed. |
UserValidationTest.php | file | core/ |
|
UserValidationTest::$modules | property | core/ |
Modules to install. |
UserValidationTest::assertAllowedValuesViolation | function | core/ |
Verifies that an AllowedValues violation exists for the given field. |
UserValidationTest::assertLengthViolation | function | core/ |
Verifies that a length violation exists for the given field. |
UserValidationTest::setUp | function | core/ |
|
UserValidationTest::testUsernames | function | core/ |
Tests user name validation. |
UserValidationTest::testValidation | function | core/ |
Runs entity validation checks. |
user_validate_name | function | core/ |
Verify the syntax of the given name. |
user_views_plugins_argument_validator_alter | function | core/ |
Implements hook_views_plugins_argument_validator_alter(). |
Uuid::isValid | function | core/ |
Checks whether a string appears to be in the format of a UUID. |
Uuid::VALID_PATTERN | constant | core/ |
The pattern used to validate a UUID string. |
UuidConstraint::validatedBy | function | core/ |
@todo Add method return type declaration. |
UuidTest::providerTestValidation | function | core/ |
Data provider for UUID instance tests. |
UuidTest::testValidation | function | core/ |
Tests UUID validation. |
UuidValidatorTest | class | core/ |
Tests the UUID validator. |
UuidValidatorTest.php | file | core/ |
|
UuidValidatorTest::$modules | property | core/ |
Modules to install. |
UuidValidatorTest::setUp | function | core/ |
Pagination
- Previous page
- Page 57
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.