Search for Id
| Title | Object type | File name | Summary |
|---|---|---|---|
| ValidationTest::testValidateLimitErrors | function | core/ |
Tests partial form validation through #limit_validation_errors. |
| 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(). |
| ValidConsumer | class | core/ |
|
| ValidConsumer::addHandler | function | core/ |
|
| ValidConsumer::addNoPriority | function | core/ |
|
| ValidConsumer::addWithId | function | core/ |
|
| ValidConsumerWithExtraArguments | class | core/ |
|
| ValidConsumerWithExtraArguments::addHandler | function | core/ |
|
| ValidConsumerWithExtraArguments::addNoPriority | function | core/ |
|
| ValidConsumerWithExtraArguments::addWithDifferentOrder | function | core/ |
|
| ValidConsumerWithExtraArguments::addWithId | function | core/ |
|
| ValidHandler | class | core/ |
|
| ValidPathConstraint | class | core/ |
Validation constraint for valid system paths. |
| ValidPathConstraint.php | file | core/ |
|
| ValidPathConstraint::$message | property | core/ |
The default violation message. |
| ValidPathConstraintValidator | class | core/ |
Constraint validator for validating system paths. |
| ValidPathConstraintValidator.php | file | core/ |
|
| ValidPathConstraintValidator::$pathValidator | property | core/ |
The path validator. |
| ValidPathConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
| ValidPathConstraintValidator::validate | function | core/ |
|
| ValidPathConstraintValidator::__construct | function | core/ |
Creates a new ValidPathConstraintValidator instance. |
| ValidReferenceConstraint | class | core/ |
Entity Reference valid reference constraint. |
| ValidReferenceConstraint.php | file | core/ |
|
| ValidReferenceConstraint::$invalidAutocreateMessage | property | core/ |
Violation message when a new entity ("autocreate") is invalid. |
| ValidReferenceConstraint::$message | property | core/ |
The default violation message. |
| ValidReferenceConstraint::$nonExistingMessage | property | core/ |
Violation message when the entity does not exist. |
| ValidReferenceConstraint::$nullMessage | property | core/ |
Violation message when the target_id is empty. |
| 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/ |
Instantiates a new instance of this class. |
| ValidReferenceConstraintValidator::validate | function | core/ |
|
| ValidReferenceConstraintValidator::__construct | function | core/ |
Constructs a ValidReferenceConstraintValidator object. |
| ValidReferenceConstraintValidatorTest | class | core/ |
Tests validation constraints for ValidReferenceConstraintValidator. |
| ValidReferenceConstraintValidatorTest.php | file | core/ |
|
| ValidReferenceConstraintValidatorTest::$modules | property | core/ |
Modules to enable. |
| ValidReferenceConstraintValidatorTest::$typedData | property | core/ |
The typed data manager to use. |
| ValidReferenceConstraintValidatorTest::setUp | function | core/ |
|
| ValidReferenceConstraintValidatorTest::testPreExistingItemsValidation | function | core/ |
Tests the validation of pre-existing items in an entity reference field. |
| ValidReferenceConstraintValidatorTest::testValidation | function | core/ |
Tests the ValidReferenceConstraintValidator. |
Pagination
- Previous page
- Page 149
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.