public function GroupSequenceProviderInterface::getGroupSequence in Plug 7
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 lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Tests/ Fixtures/ GroupSequenceProviderEntity.php - Returns which validation groups should be used for a certain state of the object.
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ GroupSequenceProviderInterface.php, line 25
Class
- GroupSequenceProviderInterface
- Defines the interface for a group sequence provider.
Namespace
Symfony\Component\ValidatorCode
public function getGroupSequence();