Copied!

ActionHandlerRegistryInterface

ActionHandlerRegistryInterface.php : 13
Interface

Methods

publicgetHandler()

ActionHandlerRegistryInterface.php : 20
public getHandler(string $identifier) : ActionHandlerInterface

Parameters

Name Type Default value Description
$identifier string - -

Return values

ActionHandlerInterface

Tags
Throws
InvalidArgumentException

publichasHandler()

ActionHandlerRegistryInterface.php : 15
public hasHandler(string $identifier) : bool

Parameters

Name Type Default value Description
$identifier string - -

Return values

bool