DiscountValueFormTypeMapperInterface
DiscountValueFormTypeMapperInterface.php
:
13
Interface
Methods¶
getFormTypeForData()
¶
DiscountValueFormTypeMapperInterface.php
:
17
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$data | DiscountValueInterface | - | - |
Return values
string|null
getFormTypeOptionsForData()
¶
DiscountValueFormTypeMapperInterface.php
:
22
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$data | DiscountValueInterface | - | - |
Return values
array<string, mixed>
hasFormTypeForData()
¶
DiscountValueFormTypeMapperInterface.php
:
15
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$data | DiscountValueInterface | - | - |
Return values
bool