Event emitted before action execution.
Methods¶
__construct() ¶
BeforeExecuteEvent.php
:
28
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$action | ActionInterface | - | - |
$actionConfiguration | ActionConfigurationInterface|null | - | - |
$handler | ActionHandlerInterface|null | - | - |
$actionResponseResult | ActionResponseInterface|null | null | - |
getAction() ¶
BeforeExecuteEvent.php
:
40
|
|
Return values
getActionConfiguration() ¶
BeforeExecuteEvent.php
:
45
|
|
Return values
ActionConfigurationInterface|null
getActionResponseResult() ¶
BeforeExecuteEvent.php
:
55
|
|
Return values
getHandler() ¶
BeforeExecuteEvent.php
:
50
|
|
Return values
hasActionResponseResult() ¶
BeforeExecuteEvent.php
:
71
|
|
Return values
bool
isPropagationStopped() ¶
Event.php
:
38
|
|
Return values
bool
setActionResponseResult() ¶
BeforeExecuteEvent.php
:
66
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$actionResponseResult | ActionResponseInterface|null | - | - |
stopPropagation() ¶
Event.php
:
50
Stops the propagation of the event to further event listeners.
|
|
If multiple event listeners are connected to the same event, no further event listener will be triggered once any trigger calls stopPropagation().