Copied!

ActionHandlerInterface

ActionHandlerInterface.php : 14

Methods

publicgetIdentifier()

ActionHandlerInterface.php : 26
public static getIdentifier() : string

Return values

string

publichandle()

ActionHandlerInterface.php : 24
public handle(ActionInterface $action[, array<string, mixed> $context = [] ]) : ActionResponseInterface

Parameters

Name Type Default value Description
$action ActionInterface - -
$context array<string, mixed> [] -

Return values

ActionResponseInterface

publicsupports()

ActionHandlerInterface.php : 16
public supports(ActionInterface $action) : bool

Parameters

Name Type Default value Description
$action ActionInterface - -

Return values

bool