ComplexDataConstraintValidator::validate |
function |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraintValidator.php |
Checks if the passed value is valid. |
ConstraintViolationListInterface::addAll |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationListInterface.php |
Merges an existing violation list into this list. |
ConstraintViolationListInterface::remove |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationListInterface.php |
Removes a violation at a given offset. |
PHPUnit_Framework_Constraint_GreaterThan |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/GreaterThan.php |
Constraint that asserts that the value it is evaluated for is greater
than a given value. |
CollectionTest::testRejectNonConstraints |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
ConstraintValidatorInterface::initialize |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintValidatorInterface.php |
Initializes the constraint validator. |
EntityTypeConstraint::getRequiredOptions |
function |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityTypeConstraint.php |
Overrides Constraint::getRequiredOptions(). |
NotEqualToValidatorTest::createConstraint |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/NotEqualToValidatorTest.php |
|
Framework_ConstraintTest::isEqualProvider |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
|
IntegrityConstraintViolationException.php |
file |
drupal/core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php |
Definition of Drupal\Core\Database\IntegrityConstraintViolationException |
ConstraintViolationListTest::testIterator |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php |
|
ConstraintViolationListTest::testToString |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php |
|
ConstraintViolationListTest::getViolation |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php |
|
PHPUnit_Framework_Constraint_Or::evaluate |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Or.php |
Evaluates the constraint for parameter $other |
PHPUnit_Framework_Constraint_Or::toString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Or.php |
Returns a string representation of the constraint. |
ConstraintTest::testRequiredOptionsPassed |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintTest.php |
|
ConstraintTest::testGetTargetsCanBeString |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintTest.php |
|
ConstraintViolation::getMessageParameters |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolation.php |
Returns the parameters to be inserted into the raw violation message. |
ComplexDataConstraint::getRequiredOptions |
function |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraint.php |
Returns the name of the required options |
PHPUnit_Framework_Constraint_IsInstanceOf |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsInstanceOf.php |
Constraint that asserts that the object it is evaluated for is an instance
of a given class. |
CollectionTest::testRejectValidConstraint |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
PHPUnit_Framework_Constraint_IsType::$type |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsType.php |
|
PHPUnit_Framework_Constraint_ExceptionCode |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ExceptionCode.php |
@package PHPUnit
@subpackage Framework_Constraint
@author Sebastian Bergmann <sebastian@phpunit.de>
@copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de>
@license http://www.opensource.org/licenses/BSD-3-Clause The BSD… |
ConstraintViolation::$messagePluralization |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolation.php |
|
PHPUnit_Framework_Constraint_StringMatches |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringMatches.php |
... |
AllValidatorTest::testWalkSingleConstraint |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/AllValidatorTest.php |
@dataProvider getValidArguments |
PHPUnit_Framework_Constraint_And::evaluate |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/And.php |
Evaluates the constraint for parameter $other |
PHPUnit_Framework_Constraint_And::toString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/And.php |
Returns a string representation of the constraint. |
IdenticalToValidatorTest::createConstraint |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IdenticalToValidatorTest.php |
|
PrimitiveTypeConstraintValidator::validate |
function |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidator.php |
Implements \Symfony\Component\Validator\ConstraintValidatorInterface::validate(). |
PHPUnit_Framework_Constraint_Not::evaluate |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Not.php |
Evaluates the constraint for parameter $other |
PHPUnit_Framework_Constraint_Not::toString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Not.php |
Returns a string representation of the constraint. |
PHPUnit_Framework_Constraint_Xor::evaluate |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Xor.php |
Evaluates the constraint for parameter $other |
PHPUnit_Framework_Constraint_Xor::toString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Xor.php |
Returns a string representation of the constraint. |
GreaterThanValidatorTest::createConstraint |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorTest.php |
|
PHPUnit_Framework_Constraint_IsType::$types |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsType.php |
|
PHPUnit_Framework_Constraint_StringContains |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringContains.php |
Constraint that asserts that the string it is evaluated for contains
a given string. |
PHPUnit_Framework_Constraint_Count::matches |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Count.php |
Evaluates the constraint for parameter $other. Returns TRUE if the
constraint is met, FALSE otherwise. |
PHPUnit_Framework_Constraint_StringEndsWith |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringEndsWith.php |
Constraint that asserts that the string it is evaluated for ends with a given
suffix. |
ConstraintViolationListTest::testArrayAccess |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php |
|
PHPUnit_Framework_Constraint_IsType::matches |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsType.php |
Evaluates the constraint for parameter $other. Returns TRUE if the
constraint is met, FALSE otherwise. |
PHPUnit_Framework_Constraint_Count::toString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Count.php |
|
ConstraintTest::testAddDefaultGroupAddsGroup |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintTest.php |
|
PHPUnit_Framework_Constraint_IsNull::matches |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsNull.php |
Evaluates the constraint for parameter $other. Returns TRUE if the
constraint is met, FALSE otherwise. |
PHPUnit_Framework_Constraint_IsEqual::$value |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsEqual.php |
|
PHPUnit_Framework_Constraint_IsEqual::$delta |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsEqual.php |
|
ConstraintViolation::getMessagePluralization |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolation.php |
Returns a number for pluralizing the violation message. |
PHPUnit_Framework_Constraint_IsJson::matches |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsJson.php |
Evaluates the constraint for parameter $other. Returns TRUE if the
constraint is met, FALSE otherwise. |
PHPUnit_Framework_Constraint_IsTrue::matches |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsTrue.php |
Evaluates the constraint for parameter $other. Returns TRUE if the
constraint is met, FALSE otherwise. |
ConstraintViolationInterface::getPropertyPath |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationInterface.php |
Returns the property path from the root element to the violation. |