9 calls to PropertyPath::append() in Zircon Profile 8
- ConstraintViolationBuilder::atPath in vendor/
symfony/ validator/ Violation/ ConstraintViolationBuilder.php - Stores the property path at which the violation should be generated.
- ConstraintViolationBuilder::atPath in core/
lib/ Drupal/ Core/ TypedData/ Validation/ ConstraintViolationBuilder.php - Stores the property path at which the violation should be generated.
- ExecutionContext::getPropertyPath in vendor/
symfony/ validator/ Context/ ExecutionContext.php - Returns the property path to the value that the validator is currently validating.
- ExecutionContext::getPropertyPath in core/
lib/ Drupal/ Core/ TypedData/ Validation/ ExecutionContext.php - Returns the property path to the value that the validator is currently validating.
- PropertyPathTest::testAppend in vendor/
symfony/ validator/ Tests/ Util/ PropertyPathTest.php - @dataProvider provideAppendPaths
- RecursiveContextualValidator::validateClassNode in vendor/
symfony/ validator/ Validator/ RecursiveContextualValidator.php - Validates a class node.
- RecursiveContextualValidator::validateNode in core/
lib/ Drupal/ Core/ TypedData/ Validation/ RecursiveContextualValidator.php - Validates a Typed Data node in the validation tree.
- RecursiveContextualValidator::validateProperty in vendor/
symfony/ validator/ Validator/ RecursiveContextualValidator.php - Validates a property of an object against the constraints specified for this property.
- RecursiveContextualValidator::validatePropertyValue in vendor/
symfony/ validator/ Validator/ RecursiveContextualValidator.php - Validates a value against the constraints specified for an object's property.