interface GroupSequenceProviderInterface in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/GroupSequenceProviderInterface.php \Symfony\Component\Validator\GroupSequenceProviderInterface
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 vendor/
symfony/ validator/ Tests/ Fixtures/ GroupSequenceProviderEntity.php
File
- vendor/
symfony/ 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 |