AbstractStepExecutor
AbstractStepExecutor.php
:
29
Implements
StepExecutorInterface, UserContextAwareStepExecutorInterface, ServiceSubscriberInterface
Uses
ServiceSubscriberTrait, UserContextAwareStepExecutorTrait
Common class for Step executors.
Methods¶
getSubscribedServices() ¶
AbstractStepExecutor.php
:
95
|
|
Return values
array<string|int, string>|array<string, string>
handle() ¶
AbstractStepExecutor.php
:
34
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$step | StepInterface | - | - |
doCollectReferences() ¶
AbstractStepExecutor.php
:
74
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$step | ReferenceAwareStepInterface | - | - |
$executionResults | ValueObject|array<string|int, ValueObject>|null | - | - |
doHandle() ¶
AbstractStepExecutor.php
:
68
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$step | StepInterface | - | - |
Return values
ValueObject|array<string|int, ValueObject>|null
handleActions() ¶
AbstractStepExecutor.php
:
129
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$step | ActionsAwareStepInterface | - | - |
$executionResult | ValueObject|array<string|int, ValueObject>|null | - | - |