TypeRegistryInterface
TypeRegistryInterface.php
:
14
Interface
Registry for payment method types.
Methods¶
getPaymentMethodType()
¶
TypeRegistryInterface.php
:
28
Returns a payment method type by its identifier.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
Return values
Tags
getPaymentMethodTypes()
¶
TypeRegistryInterface.php
:
21
Returns all available payment method types.
|
|
Return values
iterable<string|int, TypeInterface>
hasPaymentMethodType()
¶
TypeRegistryInterface.php
:
33
Checks if a payment method type with given identifier exists.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
Return values
bool