You are here

public function ClassMetadataInterface::getGroupSequence in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Mapping/ClassMetadataInterface.php \Symfony\Component\Validator\Mapping\ClassMetadataInterface::getGroupSequence()

Returns the group sequence that overrides the "Default" group for this class.

Return value

\Symfony\Component\Validator\Constraints\GroupSequence|null The group sequence or null

See also

\Symfony\Component\Validator\Constraints\GroupSequence

1 method overrides ClassMetadataInterface::getGroupSequence()
ClassMetadata::getGroupSequence in vendor/symfony/validator/Mapping/ClassMetadata.php
Returns the group sequence that overrides the "Default" group for this class.

File

vendor/symfony/validator/Mapping/ClassMetadataInterface.php, line 64

Class

ClassMetadataInterface
Stores all metadata needed for validating objects of specific class.

Namespace

Symfony\Component\Validator\Mapping

Code

public function getGroupSequence();