You are here

public function ConstraintViolation::getPlural in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/ConstraintViolation.php \Symfony\Component\Validator\ConstraintViolation::getPlural()

Alias of {@link getMessagePluralization()}.

File

vendor/symfony/validator/ConstraintViolation.php, line 179

Class

ConstraintViolation
Default implementation of {@ConstraintViolationInterface}.

Namespace

Symfony\Component\Validator

Code

public function getPlural() {
  return $this->plural;
}