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