function ClassMetadataInterface::hasGroupSequence
Returns whether the "Default" group is overridden by a group sequence.
If it is, you can access the group sequence with {@link getGroupSequence()}.
1 method overrides ClassMetadataInterface::hasGroupSequence()
- ClassMetadata::hasGroupSequence in vendor/
symfony/ validator/ Mapping/ ClassMetadata.php - Returns whether the "Default" group is overridden by a group sequence.
File
-
vendor/
symfony/ validator/ Mapping/ ClassMetadataInterface.php, line 50
Class
- ClassMetadataInterface
- Stores all metadata needed for validating objects of specific class.
Namespace
Symfony\Component\Validator\MappingCode
public function hasGroupSequence() : bool;