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

Breadcrumb

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

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\Mapping

Code

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