Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ClassMetadataInterface.php

function 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 GroupSequenceProviderInterface}. This interface will be used to obtain the group sequence when an object of this class is validated.

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 67

Class

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

Namespace

Symfony\Component\Validator\Mapping

Code

public function isGroupSequenceProvider() : bool;
RSS feed
Powered by Drupal