protected function Existence::getCompositeOption in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Constraints/Existence.php \Symfony\Component\Validator\Constraints\Existence::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/ Existence.php, line 26
Class
- Existence
- @author Bernhard Schussek <bschussek@gmail.com>
Namespace
Symfony\Component\Validator\ConstraintsCode
protected function getCompositeOption() {
return 'constraints';
}