Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ConstraintValidatorTestCase.php
function ConstraintViolationAssertion::atPath
Return value
$this
File
vendor/
symfony/
validator/
Test/
ConstraintValidatorTestCase.php
, line 321
Class
ConstraintViolationAssertion
Namespace
Symfony\Component\Validator\Test
Code
public
function
atPath
(string
$path
) : static {
$this
->
propertyPath
=
$path
;
return
$this
; }
RSS feed