Framework_ConstraintTest::trimnl |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
Removes spaces in front of newlines |
EntityTypeConstraintValidator.php |
file |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php |
Contains \Drupal\Core\Validation\Plugin\Validation\Constraint\EntityTypeConstraintValidator. |
ConstraintTest::testSetProperties |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintTest.php |
|
AllTest::testRejectNonConstraints |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/AllTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
PrimitiveTypeConstraint::$message |
property |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraint.php |
|
EntityBCDecorator::getConstraints |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
ConstraintDefinitionException.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Exception/ConstraintDefinitionException.php |
|
BundleConstraint::getBundleOption |
function |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/BundleConstraint.php |
Gets the bundle option as array. |
ConstraintViolationListTest::$list |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php |
|
ConstraintViolationListTest::setUp |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php |
|
PHPUnit_Framework_Constraint_Count |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Count.php |
@package PHPUnit
@subpackage Framework_Constraint
@author Sebastian Bergmann <sebastian@phpunit.de>
@author Bernhard Schussek <bschussek@2bepublished.at>
@copyright 2001-2013 Sebastian Bergmann… |
ConstraintViolationList::offsetGet |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationList.php |
|
ConstraintViolationList::offsetSet |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationList.php |
|
ConstraintViolation::$propertyPath |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolation.php |
|
ConstraintViolation::$invalidValue |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolation.php |
|
AllTest::testRejectValidConstraint |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/AllTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
ComplexDataConstraintValidator.php |
file |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraintValidator.php |
Contains \Drupal\Core\Validation\Plugin\Validation\Constraint\ComplexDataConstraintValidator. |
ClassMetadata::addGetterConstraint |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php |
Adds a constraint to the getter of the given property. |
ComplexDataConstraint::$properties |
property |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraint.php |
An array of constraints for contained properties, keyed by property name. |
ComplexDataConstraint::__construct |
function |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraint.php |
Initializes the constraint with options. |
TypedDataInterface::getConstraints |
function |
drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php |
Gets a list of validation constraints. |
BundleConstraint::getDefaultOption |
function |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/BundleConstraint.php |
Overrides Constraint::getDefaultOption(). |
PHPUnit_Framework_Constraint::fail |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint.php |
Throws an exception for the given compared value and test description |
MetadataInterface::findConstraints |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/MetadataInterface.php |
Returns all constraints for a given validation group. |
PHPUnit_Framework_Constraint_IsType |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsType.php |
Constraint that asserts that the value it is evaluated for is of a
specified type. |
ConstraintViolationList::__toString |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationList.php |
Converts the violation into a string for debugging purposes. |
PHPUnit_Framework_Constraint_IsNull |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsNull.php |
Constraint that accepts NULL. |
PHPUnit_Framework_Constraint_IsJson |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsJson.php |
Constraint that asserts that a string is valid JSON. |
PHPUnit_Framework_Constraint_IsTrue |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsTrue.php |
Constraint that accepts TRUE. |
BundleConstraintValidator::validate |
function |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/BundleConstraintValidator.php |
Implements \Symfony\Component\Validator\ConstraintValidatorInterface::validate(). |
PHPUnit_Framework_Constraint::count |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint.php |
Counts the number of constraint elements. |
ConstraintValidatorFactoryInterface |
interface |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php |
Specifies an object able to return the correct ConstraintValidatorInterface
instance given a Constrain object. |
ConstraintViolationListTest::testAdd |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php |
|
ConstraintAValidator::$passedContext |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/ConstraintAValidator.php |
|
ConstraintViolationList::$violations |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationList.php |
|
ConstraintViolationList::__construct |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationList.php |
Creates a new constraint violation list. |
ConstraintViolationList::getIterator |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationList.php |
|
FailingConstraintValidator::validate |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/FailingConstraintValidator.php |
Checks if the passed value is valid. |
ConstraintViolationList::offsetUnset |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationList.php |
|
PHPUnit_Framework_Constraint_IsEqual |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsEqual.php |
Constraint that checks if one value is equal to another. |
PHPUnit_Framework_Constraint_IsEmpty |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsEmpty.php |
Constraint that checks whether a variable is empty(). |
ConstraintViolation::getPropertyPath |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolation.php |
Returns the property path from the root element to the violation. |
ConstraintViolation::getInvalidValue |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolation.php |
Returns the value that caused the violation. |
PrimitiveTypeConstraintValidator.php |
file |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidator.php |
Contains \Drupal\Core\Validation\Plugin\Validation\Constraint\PrimitiveTypeConstraintValidator. |
ClassMetadata::addPropertyConstraint |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php |
Adds a constraint to the given property. |
ConstraintViolationListInterface.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationListInterface.php |
|
PHPUnit_Framework_Constraint_IsFalse |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsFalse.php |
Constraint that accepts FALSE. |
ElementMetadata::$constraintsByGroup |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ElementMetadata.php |
|
TypedDataManager::$constraintManager |
property |
drupal/core/lib/Drupal/Core/TypedData/TypedDataManager.php |
The validation constraint manager to use for instantiating constraints. |
Framework_Constraint_JsonMatchesTest |
class |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/Constraint/JsonMatchesTest.php |
@package PHPUnit
@author Bastian Feder <php@bastian-feder.de>
@copyright 2011 Bastian Feder <php@bastian-feder.de>
@license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause
@link … |