You are here

protected function ConcreteComposite::getCompositeOption in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/validator/Tests/Constraints/CompositeTest.php \Symfony\Component\Validator\Tests\Constraints\ConcreteComposite::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/Tests/Constraints/CompositeTest.php, line 23

Class

ConcreteComposite

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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