protected function All::getCompositeOption in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\ConstraintsCode
protected function getCompositeOption() {
return 'constraints';
}