public function ConcreteComposite::getDefaultOption in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Tests/Constraints/CompositeTest.php \Symfony\Component\Validator\Tests\Constraints\ConcreteComposite::getDefaultOption()
Returns the name of the default option.
Override this method to define a default option.
Return value
string
Overrides Constraint::getDefaultOption
See also
__construct()
File
- vendor/
symfony/ validator/ Tests/ Constraints/ CompositeTest.php, line 28
Class
Namespace
Symfony\Component\Validator\Tests\ConstraintsCode
public function getDefaultOption() {
return 'constraints';
}