ActionHandlerDataStructureAwareInterface
ActionHandlerDataStructureAwareInterface.php
:
18
Interface
Extends
ActionHandlerInterface
Methods¶
getDataStructureSpec()
¶
ActionHandlerDataStructureAwareInterface.php
:
23
|
|
Return values
array<string|int, Spec>
getIdentifier()
¶
ActionHandlerInterface.php
:
26
|
|
Return values
string
handle()
¶
ActionHandlerInterface.php
:
24
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$action | ActionInterface | - | - |
$context | array<string, mixed> | [] | - |
Return values
preparePayload()
¶
ActionHandlerDataStructureAwareInterface.php
:
31
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$options | array<string, mixed> | - | - |
$input | DataType<string|int, string> | - | - |
Return values
array<string, mixed>
supports()
¶
ActionHandlerInterface.php
:
16
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$action | ActionInterface | - | - |
Return values
bool