Copied!

ActionServiceInterface

ActionServiceInterface.php : 13

Methods

publicexecute()

ActionServiceInterface.php : 15
public execute(ActionInterface $action[, ActionConfigurationInterface|null $actionConfiguration = null ][, ActionHandlerInterface|null $handler = null ]) : ActionResponseInterface

Parameters

Name Type Default value Description
$action ActionInterface - -
$actionConfiguration ActionConfigurationInterface|null null -
$handler ActionHandlerInterface|null null -

Return values

ActionResponseInterface