Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ConstraintViolationInterface.php
function ConstraintViolationInterface::getCause
Returns the cause of the violation.
1 method overrides
ConstraintViolationInterface::getCause()
ConstraintViolation::getCause
in vendor/
symfony/
validator/
ConstraintViolation.php
Returns the cause of the violation.
File
vendor/
symfony/
validator/
ConstraintViolationInterface.php
, line 121
Class
ConstraintViolationInterface
A violation of a constraint that happened during validation.
Namespace
Symfony\Component\Validator
Code
public
function
getCause
() : mixed;
RSS feed