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