You are here

public function ClassMetadata::getGroupSequence in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Mapping/ClassMetadata.php \Symfony\Component\Validator\Mapping\ClassMetadata::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

Overrides ClassMetadataInterface::getGroupSequence

See also

\Symfony\Component\Validator\Constraints\GroupSequence

File

vendor/symfony/validator/Mapping/ClassMetadata.php, line 488

Class

ClassMetadata
Default implementation of {@link ClassMetadataInterface}.

Namespace

Symfony\Component\Validator\Mapping

Code

public function getGroupSequence() {
  return $this->groupSequence;
}