ProviderConfigurationInterface
ProviderConfigurationInterface.php
:
11
Interface
Constants¶
PROVIDERS_PARAMETER ¶
ProviderConfigurationInterface.php
:
13
|
|
|
Methods¶
getConfigForParameter()
¶
ProviderConfigurationInterface.php
:
24
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $parameterName | string | - | - |
| $identifier | string | - | - |
| $siteAccessName | string|null | null | - |
Return values
array<string, mixed>
getConfiguredIdentifiersForParameter()
¶
ProviderConfigurationInterface.php
:
33
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $parameterName | string | - | - |
| $siteAccessName | string|null | null | - |
Return values
array<int, string>
hasConfigForParameter()
¶
ProviderConfigurationInterface.php
:
15
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $parameterName | string | - | - |
| $identifier | string | - | - |
| $siteAccessName | string|null | null | - |
Return values
bool