You are here

protected function All::getCompositeOption in Zircon Profile 8

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

Returns the name of the property that contains the nested constraints.

Return value

string The property name

Overrides Composite::getCompositeOption

File

vendor/symfony/validator/Constraints/All.php, line 34

Class

All
@Target({"PROPERTY", "METHOD", "ANNOTATION"})

Namespace

Symfony\Component\Validator\Constraints

Code

protected function getCompositeOption() {
  return 'constraints';
}