You are here

interface GroupSequenceProviderInterface in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/GroupSequenceProviderInterface.php \Symfony\Component\Validator\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 vendor/symfony/validator/Tests/Fixtures/GroupSequenceProviderEntity.php

File

vendor/symfony/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