public function GroupSequenceProviderInterface::getGroupSequence in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/GroupSequenceProviderInterface.php \Symfony\Component\Validator\GroupSequenceProviderInterface::getGroupSequence()
Returns which validation groups should be used for a certain state of the object.
Return value
array An array of validation groups
1 method overrides GroupSequenceProviderInterface::getGroupSequence()
- GroupSequenceProviderEntity::getGroupSequence in vendor/
symfony/ validator/ Tests/ Fixtures/ GroupSequenceProviderEntity.php - Returns which validation groups should be used for a certain state of the object.
File
- vendor/
symfony/ validator/ GroupSequenceProviderInterface.php, line 25
Class
- GroupSequenceProviderInterface
- Defines the interface for a group sequence provider.
Namespace
Symfony\Component\ValidatorCode
public function getGroupSequence();