FieldProcessorInterface
FieldProcessorInterface.php
:
17
Interface
Methods¶
process()
¶
FieldProcessorInterface.php
:
22
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $field | Field | - | - |
| $content | Content | - | - |
Return values
array<string|int, mixed>
supports()
¶
FieldProcessorInterface.php
:
24
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $field | Field | - | - |
| $content | Content | - | - |
Return values
bool