Search for valid
- Search 7.x for valid
- Search 9.5.x for valid
- Search 8.9.x for valid
- Search 10.3.x for valid
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CKEditor5ValidationTestTrait.php | file | core/ |
|
CKEditor5ValidationTestTrait::validatePairToViolationsArray | function | core/ |
Decorator for CKEditor5::validatePair() that returns an assertable array. |
CKEditor5ValidationTestTrait::violationsToArray | function | core/ |
Transforms a constraint violation list object to an assertable array. |
ClassResolverConstraintValidator | class | core/ |
Validates if a method on a service or instantiated object returns true. |
ClassResolverConstraintValidator.php | file | core/ |
|
ClassResolverConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
ClassResolverConstraintValidator::validate | function | core/ |
|
ClassResolverConstraintValidator::__construct | function | core/ |
|
ClassResolverConstraintValidatorTest | class | core/ |
Tests ClassResolver validation constraint with both valid and invalid values. |
ClassResolverConstraintValidatorTest.php | file | core/ |
|
ClassResolverConstraintValidatorTest::$typedData | property | core/ |
The typed data manager to use. |
ClassResolverConstraintValidatorTest::provideServiceValidationCases | function | core/ |
Data provider for service validation test cases. |
ClassResolverConstraintValidatorTest::setUp | function | core/ |
|
ClassResolverConstraintValidatorTest::testNonExistingClass | function | core/ |
Test missing class case. |
ClassResolverConstraintValidatorTest::testNonExistingMethod | function | core/ |
Test missing method case. |
ClassResolverConstraintValidatorTest::testValidationForService | function | core/ |
@dataProvider provideServiceValidationCases |
ClassWithInvalidAnnotationTargetAtClass | class | core/ |
Plugin annotation @AnnotationTargetPropertyMethod("Some data"); |
ClassWithInvalidAnnotationTargetAtClass.php | file | core/ |
|
ClassWithInvalidAnnotationTargetAtClass::$foo | property | core/ |
Plugin annotation @AnnotationTargetPropertyMethod("Bar"); |
ClassWithInvalidAnnotationTargetAtMethod | class | core/ |
Plugin annotation @AnnotationTargetClass("Some data"); |
ClassWithInvalidAnnotationTargetAtMethod.php | file | core/ |
|
ClassWithInvalidAnnotationTargetAtMethod::functionName | function | core/ |
Plugin annotation @AnnotationTargetClass("functionName"); |
ClassWithInvalidAnnotationTargetAtProperty | class | core/ |
Plugin annotation @AnnotationTargetClass("Some data"); |
ClassWithInvalidAnnotationTargetAtProperty.php | file | core/ |
|
ClassWithInvalidAnnotationTargetAtProperty::$bar | property | core/ |
Plugin annotation @AnnotationTargetAnnotation("Foo"); |
ClassWithInvalidAnnotationTargetAtProperty::$foo | property | core/ |
Plugin annotation @AnnotationTargetClass("Bar"); |
ClassWithValidAnnotationTarget | class | core/ |
Plugin annotation @AnnotationTargetClass("Some data"); |
ClassWithValidAnnotationTarget.php | file | core/ |
|
ClassWithValidAnnotationTarget::$foo | property | core/ |
Plugin annotation @AnnotationTargetPropertyMethod("Some data"); |
ClassWithValidAnnotationTarget::$name | property | core/ |
Plugin annotation @AnnotationTargetAll("Some data",name="Some name") |
ClassWithValidAnnotationTarget::$nested | property | core/ |
Plugin annotation @AnnotationTargetAll(@AnnotationTargetAnnotation); |
ClassWithValidAnnotationTarget::someFunction | function | core/ |
Plugin annotation @AnnotationTargetPropertyMethod("Some data",name="Some name") |
CodeBlock::validateConfigurationForm | function | core/ |
Form validation handler. |
CollectPathsToExcludeFailValidator | class | core/ |
Allows to test an excluder which fails on CollectPathsToExcludeEvent. |
CollectPathsToExcludeFailValidator.php | file | core/ |
|
CollectPathsToExcludeFailValidator::callToComposer | function | core/ |
Fails when composer.json is deleted to simulate failure on excluders. |
CollectPathsToExcludeFailValidator::getSubscribedEvents | function | core/ |
|
CollectPathsToExcludeFailValidator::__construct | function | core/ |
Constructs a CollectPathsToExcludeFailValidator object. |
Color::validateColor | function | core/ |
Form element validation handler for #type 'color'. |
Color::validateHex | function | core/ |
Validates whether a hexadecimal color value is syntactically correct. |
ColorTest::providerTestValidateHex | function | core/ |
Provides data for testValidateHex(). |
ColorTest::testValidateHex | function | core/ |
@legacy-covers \Drupal\Component\Utility\Color::validateHex |
Combine::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
CommentAdminOverview::validateForm | function | core/ |
Form validation handler. |
CommentNameConstraintValidator | class | core/ |
Validates the CommentName constraint. |
CommentNameConstraintValidator.php | file | core/ |
|
CommentNameConstraintValidator::$userStorage | property | core/ |
User storage handler. |
CommentNameConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
CommentNameConstraintValidator::getAnonymousContactDetailsSetting | function | core/ |
Gets the anonymous contact details setting from the comment. |
CommentNameConstraintValidator::validate | function | core/ |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.