32 lines
981 B
YAML
32 lines
981 B
YAML
|
name: ValidatorExtensionTrait
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: ValidatorExtension
|
||
|
type: class
|
||
|
source: Symfony\Component\Form\Extension\Validator\ValidatorExtension
|
||
|
- name: TypeTestCase
|
||
|
type: class
|
||
|
source: Symfony\Component\Form\Test\TypeTestCase
|
||
|
- name: ConstraintViolationList
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\ConstraintViolationList
|
||
|
- name: ClassMetadata
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Mapping\ClassMetadata
|
||
|
- name: ValidatorInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Validator\ValidatorInterface
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: getValidatorExtension
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Form\Extension\Validator\ValidatorExtension
|
||
|
- Symfony\Component\Form\Test\TypeTestCase
|
||
|
- Symfony\Component\Validator\ConstraintViolationList
|
||
|
- Symfony\Component\Validator\Mapping\ClassMetadata
|
||
|
- Symfony\Component\Validator\Validator\ValidatorInterface
|
||
|
interfaces: []
|