public function ClassMetadataInterface::hasGroupSequence in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Mapping/ClassMetadataInterface.php \Symfony\Component\Validator\Mapping\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()}.
Return value
bool Returns true if the "Default" group is overridden
See also
\Symfony\Component\Validator\Constraints\GroupSequence
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 54
Class
- ClassMetadataInterface
- Stores all metadata needed for validating objects of specific class.
Namespace
Symfony\Component\Validator\MappingCode
public function hasGroupSequence();