Search for validator
- Search 7.x for validator
- Search 9.5.x for validator
- Search 10.3.x for validator
- Search 11.x for validator
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
TypedDataManager::setValidator | function | core/ |
Sets the validator for validating typed data. |
TypedDataManagerInterface::getValidator | function | core/ |
Gets the validator for validating typed data. |
TypedDataManagerInterface::setValidator | function | core/ |
Sets the validator for validating typed data. |
UniqueFieldValueValidator | class | core/ |
Validates that a field is unique for the given entity type. |
UniqueFieldValueValidator.php | file | core/ |
|
UniqueFieldValueValidator::validate | function | core/ |
|
UniquePathAliasConstraintValidator | class | core/ |
Constraint validator for a unique path alias. |
UniquePathAliasConstraintValidator.php | file | core/ |
|
UniquePathAliasConstraintValidator::$entityTypeManager | property | core/ |
The entity type manager. |
UniquePathAliasConstraintValidator::create | function | core/ |
|
UniquePathAliasConstraintValidator::validate | function | core/ |
|
UniquePathAliasConstraintValidator::__construct | function | core/ |
Creates a new UniquePathAliasConstraintValidator instance. |
UnitTestCase::getContainerWithCacheTagsInvalidator | function | core/ |
Sets up a container with a cache tags invalidator. |
UpdateSettingsForm::$emailValidator | property | core/ |
The email validator. |
UrlTest::$pathValidator | property | core/ |
The mocked path validator. |
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[[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]] |
UserNameConstraintValidator | class | core/ |
Validates the UserName constraint. |
UserNameConstraintValidator.php | file | core/ |
|
UserNameConstraintValidator::validate | function | core/ |
|
user_views_plugins_argument_validator_alter | function | core/ |
Implements hook_views_plugins_argument_validator_alter(). |
ValidatorTest | class | core/ |
Tests the functions used to validate uploaded files. |
ValidatorTest.php | file | core/ |
|
ValidatorTest::$image | property | core/ |
An image file. |
ValidatorTest::$nonImage | property | core/ |
A file which is not an image. |
ValidatorTest::setUp | function | core/ |
|
ValidatorTest::testFileValidateExtensions | function | core/ |
Test the file_validate_extensions() function. |
ValidatorTest::testFileValidateImageResolution | function | core/ |
This ensures the resolution of a specific file is within bounds. |
ValidatorTest::testFileValidateIsImage | function | core/ |
This ensures a specific file is actually an image. |
ValidatorTest::testFileValidateNameLength | function | core/ |
This will ensure the filename length is valid. |
ValidatorTest::testFileValidateSize | function | core/ |
Test file_validate_size(). |
ValidPathConstraintValidator | class | core/ |
Constraint validator for validating system paths. |
ValidPathConstraintValidator.php | file | core/ |
|
ValidPathConstraintValidator::$pathValidator | property | core/ |
The path validator. |
ValidPathConstraintValidator::create | function | core/ |
|
ValidPathConstraintValidator::validate | function | core/ |
|
ValidPathConstraintValidator::__construct | function | core/ |
Creates a new ValidPathConstraintValidator instance. |
ValidReferenceConstraintValidator | class | core/ |
Checks if referenced entities are valid. |
ValidReferenceConstraintValidator.php | file | core/ |
|
ValidReferenceConstraintValidator::$entityTypeManager | property | core/ |
The entity type manager. |
ValidReferenceConstraintValidator::$selectionManager | property | core/ |
The selection plugin manager. |
ValidReferenceConstraintValidator::create | function | core/ |
|
ValidReferenceConstraintValidator::validate | function | core/ |
|
ValidReferenceConstraintValidator::__construct | function | core/ |
Constructs a ValidReferenceConstraintValidator object. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.