VoterRegistryInterface
VoterRegistryInterface.php
:
16
Registry for payment method voters.
Tags
Methods¶
getVoter() ¶
VoterRegistryInterface.php
:
32
Returns voter for given payment method.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - |
Payment method identifier |
Return values
Tags
hasVoter() ¶
VoterRegistryInterface.php
:
23
Checks if voter for given payment method exists.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - |
Payment method identifier |
Return values
bool