interface GroupSequenceProviderInterface

Defines the interface for a group sequence provider.

Hierarchy

Expanded class hierarchy of GroupSequenceProviderInterface

All classes that implement GroupSequenceProviderInterface

1 file declares its use of GroupSequenceProviderInterface
GroupSequenceProviderEntity.php in drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/GroupSequenceProviderEntity.php

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/GroupSequenceProviderInterface.php, line 17

Namespace

Symfony\Component\Validator
View source
interface GroupSequenceProviderInterface {

  /**
   * Returns which validation groups should be used for a certain state
   * of the object.
   *
   * @return array An array of validation groups
   */
  public function getGroupSequence();

}

Members

Namesort descending Modifiers Type Description Overrides
GroupSequenceProviderInterface::getGroupSequence public function Returns which validation groups should be used for a certain state of the object. 1