interface GroupSequenceProviderInterface in Plug 7
Defines the interface for a group sequence provider.
Hierarchy
- interface \Symfony\Component\Validator\GroupSequenceProviderInterface
Expanded class hierarchy of GroupSequenceProviderInterface
All classes that implement GroupSequenceProviderInterface
1 file declares its use of GroupSequenceProviderInterface
- GroupSequenceProviderEntity.php in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Tests/ Fixtures/ GroupSequenceProviderEntity.php
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ GroupSequenceProviderInterface.php, line 17
Namespace
Symfony\Component\ValidatorView source
interface GroupSequenceProviderInterface {
/**
* Returns which validation groups should be used for a certain state
* of the object.
*
* @return array An array of validation groups
*/
public function getGroupSequence();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
GroupSequenceProviderInterface:: |
public | function | Returns which validation groups should be used for a certain state of the object. | 1 |