Returns which validation groups should be used for a certain state
of the object.
Return value
array An array of validation groups
File
- drupal/core/vendor/symfony/validator/Symfony/Component/Validator/GroupSequenceProviderInterface.php, line 25
Class
- GroupSequenceProviderInterface
- Defines the interface for a group sequence provider.
Namespace
Symfony\Component\Validator
Code
public function getGroupSequence();