Copied!

ActionTypeRegistryInterface

ActionTypeRegistryInterface.php : 11
Interface

Methods

publicgetActionType()

ActionTypeRegistryInterface.php : 23
public getActionType(string $identifier) : ActionTypeInterface

Parameters

Name Type Default value Description
$identifier string - -

Return values

ActionTypeInterface

Tags
Throws
InvalidArgumentException

publicgetActionTypes()

ActionTypeRegistryInterface.php : 16
public getActionTypes() : iterable<string|int, ActionTypeInterface>

Return values

iterable<string|int, ActionTypeInterface>

publichasActionType()

ActionTypeRegistryInterface.php : 18
public hasActionType(string $identifier) : bool

Parameters

Name Type Default value Description
$identifier string - -

Return values

bool