function ClassMetadataInterface::getGroupSequence
Returns the group sequence that overrides the "Default" group for this class.
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 56
Class
- ClassMetadataInterface
- Stores all metadata needed for validating objects of specific class.
Namespace
Symfony\Component\Validator\MappingCode
public function getGroupSequence() : ?GroupSequence;