32 lines
861 B
YAML
32 lines
861 B
YAML
|
name: FormEvents
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: PostSetDataEvent
|
||
|
type: class
|
||
|
source: Symfony\Component\Form\Event\PostSetDataEvent
|
||
|
- name: PostSubmitEvent
|
||
|
type: class
|
||
|
source: Symfony\Component\Form\Event\PostSubmitEvent
|
||
|
- name: PreSetDataEvent
|
||
|
type: class
|
||
|
source: Symfony\Component\Form\Event\PreSetDataEvent
|
||
|
- name: PreSubmitEvent
|
||
|
type: class
|
||
|
source: Symfony\Component\Form\Event\PreSubmitEvent
|
||
|
- name: SubmitEvent
|
||
|
type: class
|
||
|
source: Symfony\Component\Form\Event\SubmitEvent
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: private
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Form\Event\PostSetDataEvent
|
||
|
- Symfony\Component\Form\Event\PostSubmitEvent
|
||
|
- Symfony\Component\Form\Event\PreSetDataEvent
|
||
|
- Symfony\Component\Form\Event\PreSubmitEvent
|
||
|
- Symfony\Component\Form\Event\SubmitEvent
|
||
|
interfaces: []
|