You are here

public function ClassMetadataInterface::isGroupSequenceProvider in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Mapping/ClassMetadataInterface.php \Symfony\Component\Validator\Mapping\ClassMetadataInterface::isGroupSequenceProvider()

Returns whether the "Default" group is overridden by a dynamic group sequence obtained by the validated objects.

If this method returns true, the class must implement {@link \Symfony\Component\Validator\GroupSequenceProviderInterface}. This interface will be used to obtain the group sequence when an object of this class is validated.

Return value

bool Returns true if the "Default" group is overridden by a dynamic group sequence

See also

\Symfony\Component\Validator\GroupSequenceProviderInterface

1 method overrides ClassMetadataInterface::isGroupSequenceProvider()
ClassMetadata::isGroupSequenceProvider in vendor/symfony/validator/Mapping/ClassMetadata.php
Returns whether the "Default" group is overridden by a dynamic group sequence obtained by the validated objects.

File

vendor/symfony/validator/Mapping/ClassMetadataInterface.php, line 80

Class

ClassMetadataInterface
Stores all metadata needed for validating objects of specific class.

Namespace

Symfony\Component\Validator\Mapping

Code

public function isGroupSequenceProvider();