You are here

abstract protected function Composite::getCompositeOption in Zircon Profile 8

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

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

Return value

string The property name

1 call to Composite::getCompositeOption()
Composite::__construct in vendor/symfony/validator/Constraints/Composite.php
The groups of the composite and its nested constraints are made consistent using the following strategy:
4 methods override Composite::getCompositeOption()
All::getCompositeOption in vendor/symfony/validator/Constraints/All.php
Returns the name of the property that contains the nested constraints.
Collection::getCompositeOption in vendor/symfony/validator/Constraints/Collection.php
Returns the name of the property that contains the nested constraints.
ConcreteComposite::getCompositeOption in vendor/symfony/validator/Tests/Constraints/CompositeTest.php
Returns the name of the property that contains the nested constraints.
Existence::getCompositeOption in vendor/symfony/validator/Constraints/Existence.php
Returns the name of the property that contains the nested constraints.

File

vendor/symfony/validator/Constraints/Composite.php, line 140

Class

Composite
A constraint that is composed of other constraints.

Namespace

Symfony\Component\Validator\Constraints

Code

protected abstract function getCompositeOption();