public function 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 drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/GroupSequenceProviderEntity.php
Returns which validation groups should be used for a certain state of the object.

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();