ConfigurableProviderInterface
ConfigurableProviderInterface.php
:
11
Interface
Extends
TranslationProviderInterface
Methods¶
getConfiguration()
¶
ConfigurableProviderInterface.php
:
16
|
|
|
Return values
array<string, mixed>
getIdentifier()
¶
TranslationProviderInterface.php
:
22
|
|
|
Return values
string
getName()
¶
TranslationProviderInterface.php
:
24
|
|
|
Return values
string
getSupportedLanguageCodes()
¶
TranslationProviderInterface.php
:
20
|
|
|
Return values
array<string|int, string>
getVendorName()
¶
TranslationProviderInterface.php
:
26
|
|
|
Return values
string
isConfigured()
¶
ConfigurableProviderInterface.php
:
18
|
|
|
Return values
bool
translate()
¶
TranslationProviderInterface.php
:
15
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $translationData | TranslationDataInterface | - | - |
Return values
string