Search for ConstraintValidator
- Search 7.x for ConstraintValidator
- Search 9.5.x for ConstraintValidator
- Search 8.9.x for ConstraintValidator
- Search 10.3.x for ConstraintValidator
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
RestTestConstraintValidator | class | core/ |
Validator for \Drupal\rest_test\Plugin\Validation\Constraint\RestTestConstraint. |
RestTestConstraintValidator.php | file | core/ |
|
RestTestConstraintValidator::validate | function | core/ |
|
RoleExistsConstraintValidator | class | core/ |
Validates that a role exists. |
RoleExistsConstraintValidator.php | file | core/ |
|
RoleExistsConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
RoleExistsConstraintValidator::validate | function | core/ |
|
RoleExistsConstraintValidator::__construct | function | core/ |
Create a new RoleExistsConstraintValidator instance. |
RoleExistsConstraintValidatorTest | class | core/ |
@group user @group Validation |
RoleExistsConstraintValidatorTest.php | file | core/ |
|
RoleExistsConstraintValidatorTest::$modules | property | core/ |
Modules to install. |
RoleExistsConstraintValidatorTest::testRoleExists | function | core/ |
Tests when the constraint's entityTypeId value is not valid. |
RoleExistsConstraintValidatorTest::testValueMustBeAString | function | core/ |
Tests that the constraint validator will only work with strings. |
SourceEditingPreventSelfXssConstraintValidator | class | core/ |
Ensures Source Editing cannot be configured to allow self-XSS. |
SourceEditingPreventSelfXssConstraintValidator.php | file | core/ |
|
SourceEditingPreventSelfXssConstraintValidator::getRegExForWildCardAttributeName | function | core/ |
Computes a regular expression for matching a wildcard attribute name. |
SourceEditingPreventSelfXssConstraintValidator::isWildcardAttributeName | function | core/ |
Checks whether the given attribute name contains a wildcard, e.g. `data-*`. |
SourceEditingPreventSelfXssConstraintValidator::validate | function | core/ |
|
SourceEditingRedundantTagsConstraintValidator | class | core/ |
Ensures tags already available via plugin are not be added to Source Editing. |
SourceEditingRedundantTagsConstraintValidator.php | file | core/ |
|
SourceEditingRedundantTagsConstraintValidator::pluginsSupplyingTagsMessage | function | core/ |
Creates a message listing plugins and the overlapping tags they provide. |
SourceEditingRedundantTagsConstraintValidator::tagHasAttributeRestrictions | function | core/ |
Inspects whether the given tag has attribute restrictions. |
SourceEditingRedundantTagsConstraintValidator::validate | function | core/ |
|
StyleSensibleElementConstraintValidator | class | core/ |
Styles can only be specified for HTML5 tags and extra classes. |
StyleSensibleElementConstraintValidator.php | file | core/ |
|
StyleSensibleElementConstraintValidator::findStyleConflictingPluginLabel | function | core/ |
Finds the plugin with elements that conflict with the style element. |
StyleSensibleElementConstraintValidator::intersectionWithClasses | function | core/ |
Checks if there is an intersection on allowed 'class' attribute values. |
StyleSensibleElementConstraintValidator::KNOWN_UNSUPPORTED_TAGS | constant | core/ |
Tags whose plugins are known to not yet integrate with the Style plugin. |
StyleSensibleElementConstraintValidator::validate | function | core/ |
|
TaxonomyTermHierarchyConstraintValidator | class | core/ |
Constraint validator for changing term parents in pending revisions. |
TaxonomyTermHierarchyConstraintValidator.php | file | core/ |
|
TaxonomyTermHierarchyConstraintValidator::$entityTypeManager | property | core/ |
The entity type manager. |
TaxonomyTermHierarchyConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
TaxonomyTermHierarchyConstraintValidator::validate | function | core/ |
|
TaxonomyTermHierarchyConstraintValidator::__construct | function | core/ |
Creates a new TaxonomyTermHierarchyConstraintValidator instance. |
TestValidatedReferenceConstraintValidator | class | core/ |
Validates referenced entities. |
TestValidatedReferenceConstraintValidator.php | file | core/ |
|
TestValidatedReferenceConstraintValidator::validate | function | core/ |
|
ToolbarItemConditionsMetConstraintValidator | class | core/ |
Toolbar item conditions met constraint validator. |
ToolbarItemConditionsMetConstraintValidator.php | file | core/ |
|
ToolbarItemConditionsMetConstraintValidator::findDefinitionForToolbarItem | function | core/ |
Searches for CKEditor 5 plugin that provides a given toolbar item. |
ToolbarItemConditionsMetConstraintValidator::validate | function | core/ |
|
ToolbarItemConstraintValidator | class | core/ |
Toolbar item constraint validator. |
ToolbarItemConstraintValidator.php | file | core/ |
|
ToolbarItemConstraintValidator::isValidToolbarItem | function | core/ |
Validates the given toolbar item. |
ToolbarItemConstraintValidator::validate | function | core/ |
|
ToolbarItemDependencyConstraintValidator | class | core/ |
Toolbar item dependency constraint validator. |
ToolbarItemDependencyConstraintValidator.php | file | core/ |
|
ToolbarItemDependencyConstraintValidator::validate | function | core/ |
|
UniqueLabelInListConstraintValidator | class | core/ |
Uniquely labeled list item constraint validator. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.