You are here

6 calls to PropertyPath::append() in Plug 7

ConstraintViolationBuilder::atPath in lib/Symfony/validator/Symfony/Component/Validator/Violation/ConstraintViolationBuilder.php
Stores the property path at which the violation should be generated.
ExecutionContext::getPropertyPath in lib/Symfony/validator/Symfony/Component/Validator/Context/ExecutionContext.php
Returns the property path to the value that the validator is currently validating.
PropertyPathTest::testAppend in lib/Symfony/validator/Symfony/Component/Validator/Tests/Util/PropertyPathTest.php
@dataProvider provideAppendPaths
RecursiveContextualValidator::validateClassNode in lib/Symfony/validator/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php
Validates a class node.
RecursiveContextualValidator::validateProperty in lib/Symfony/validator/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php
Validates a property of an object against the constraints specified for this property.
RecursiveContextualValidator::validatePropertyValue in lib/Symfony/validator/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php
Validates a value against the constraints specified for an object's property.