public function ClassMetadataInterface::hasGroupSequence in Plug 7
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 lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Mapping/ ClassMetadata.php - Returns whether the "Default" group is overridden by a group sequence.
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Mapping/ ClassMetadataInterface.php, line 53
Class
- ClassMetadataInterface
- Stores all metadata needed for validating objects of specific class.
Namespace
Symfony\Component\Validator\MappingCode
public function hasGroupSequence();