public function GroupSequenceProviderEntity::getGroupSequence in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Tests/Fixtures/GroupSequenceProviderEntity.php \Symfony\Component\Validator\Tests\Fixtures\GroupSequenceProviderEntity::getGroupSequence()
Returns which validation groups should be used for a certain state of the object.
Return value
array An array of validation groups
Overrides GroupSequenceProviderInterface::getGroupSequence
File
- vendor/
symfony/ validator/ Tests/ Fixtures/ GroupSequenceProviderEntity.php, line 32
Class
- GroupSequenceProviderEntity
- @Assert\GroupSequenceProvider
Namespace
Symfony\Component\Validator\Tests\FixturesCode
public function getGroupSequence() {
return $this->sequence;
}