FailingConstraint::getTargets |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/FailingConstraint.php |
Returns whether the constraint can be put onto classes, properties or
both |
ConstraintA::getDefaultOption |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/ConstraintA.php |
Returns the name of the default option |
ConstraintValidator::$context |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintValidator.php |
|
ConstraintViolation::$message |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolation.php |
|
FieldItemBase::getConstraints |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Implements \Drupal\Core\TypedData\TypedDataInterface::getConstraints(). |
MemberMetadata::addConstraint |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/MemberMetadata.php |
Adds a constraint to this element. |
LengthConstraint::$maxMessage |
property |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php |
|
LengthConstraint::$minMessage |
property |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php |
|
LengthConstraint::validatedBy |
function |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php |
Overrides Range::validatedBy(). |
ElementMetadata::$constraints |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ElementMetadata.php |
|
EntityTypeConstraintValidator |
class |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php |
Validates the EntityType constraint. |
ConstraintDefinitionException |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Exception/ConstraintDefinitionException.php |
|
ConstraintAValidator::validate |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/ConstraintAValidator.php |
Checks if the passed value is valid. |
PropertyConstraint::getTargets |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/PropertyConstraint.php |
Returns whether the constraint can be put onto classes, properties or
both |
ConstraintViolationList::count |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationList.php |
|
ConstraintValidatorFactory.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintValidatorFactory.php |
|
InvalidConstraintValidator.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/InvalidConstraintValidator.php |
|
FailingConstraintValidator.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/FailingConstraintValidator.php |
|
ComplexDataConstraintValidator |
class |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraintValidator.php |
Validates complex data. |
ElementMetadata::addConstraint |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ElementMetadata.php |
Adds a constraint to this element. |
ConstraintManager::__construct |
function |
drupal/core/lib/Drupal/Core/Validation/ConstraintManager.php |
Overrides \Drupal\Component\Plugin\PluginManagerBase::__construct(). |
EntityTypeConstraint::$message |
property |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityTypeConstraint.php |
The default violation message. |
Constraint::getRequiredOptions |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraint.php |
Returns the name of the required options |
ConstraintViolationListTest.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php |
|
ConstraintViolationList::addAll |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationList.php |
Merges an existing violation list into this list. |
ConstraintViolationList::remove |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationList.php |
Removes a violation at a given offset. |
ConstraintC::getRequiredOptions |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/ConstraintC.php |
Returns the name of the required options |
PHPUnit_Framework_Constraint_Or |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Or.php |
Logical OR. |
ConstraintValidator::initialize |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintValidator.php |
Initializes the constraint validator. |
ConstraintViolation::__toString |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolation.php |
Converts the violation into a string for debugging purposes. |
ConstraintViolation::getMessage |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolation.php |
Returns the violation message. |
ClassMetadata::mergeConstraints |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php |
Merges the constraints of the given metadata into this object. |
LengthConstraint::$exactMessage |
property |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php |
|
ElementMetadata::getConstraints |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ElementMetadata.php |
Returns all constraints of this element. |
ElementMetadata::hasConstraints |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ElementMetadata.php |
Returns whether this element has any constraints. |
Constraint::PROPERTY_CONSTRAINT |
constant |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraint.php |
Marks a constraint that can be put onto properties |
XmlFileLoader::parseConstraints |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php |
Parses a collection of "constraint" XML nodes. |
ConstraintAValidator::initialize |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/ConstraintAValidator.php |
Initializes the constraint validator. |
ConstraintViolation::__construct |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolation.php |
Creates a new constraint violation. |
ConstraintValidatorInterface.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintValidatorInterface.php |
|
ConstraintViolationInterface.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationInterface.php |
|
PHPUnit_Framework_Constraint_And |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/And.php |
Logical AND. |
PrimitiveTypeConstraintValidator |
class |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidator.php |
Validates the PrimitiveType constraint. |
PHPUnit_Framework_Constraint_Not |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Not.php |
Logical NOT. |
PHPUnit_Framework_Constraint_Xor |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Xor.php |
Logical XOR. |
ConstraintViolationListInterface |
interface |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationListInterface.php |
A list of constraint violations. |
ElementMetadata::findConstraints |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ElementMetadata.php |
Returns the constraints of the given group and global ones (* group). |
TypedDataManager::getConstraints |
function |
drupal/core/lib/Drupal/Core/TypedData/TypedDataManager.php |
Gets configured constraints from a data definition. |
ContextInterface::getConstraints |
function |
drupal/core/lib/Drupal/Component/Plugin/Context/ContextInterface.php |
Gets a list of validation constraints. |
Constraint::addImplicitGroupName |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraint.php |
Adds the given group if this constraint is in the Default group |