api/symfony/Component/Validator/GroupProviderInterface.yaml
2024-09-26 02:03:21 -07:00

36 lines
701 B
YAML

name: GroupProviderInterface
class_comment: null
dependencies:
- name: GroupSequence
type: class
source: Symfony\Component\Validator\Constraints\GroupSequence
properties: []
methods:
- name: getGroups
visibility: public
parameters:
- name: object
comment: '# * Defines the interface for a validation group provider.
# *
# * @author Yonel Ceruto <yonelceruto@gmail.com>
# */
# interface GroupProviderInterface
# {
# /**
# * Returns which validation groups should be used for a certain state
# * of the object.
# *
# * @return string[]|string[][]|GroupSequence'
traits:
- Symfony\Component\Validator\Constraints\GroupSequence
interfaces: []