ConditionsFormEventListenerInterface
ConditionsFormEventListenerInterface.php
:
15
Interface
Methods¶
addFields()
¶
ConditionsFormEventListenerInterface.php
:
24
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$form | FormInterface<string|int, ConditionsInterface> | - | - |
$data | ConditionsInterface | - | - |
$event | FormEvent | - | - |
getPriority()
¶
ConditionsFormEventListenerInterface.php
:
17
|
|
Return values
int
isDataSupported()
¶
ConditionsFormEventListenerInterface.php
:
19
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$data | ConditionsInterface | - | - |
Return values
bool