TranslatorInterface
TranslatorInterface.php
:
18
Interface
Methods¶
supports()
¶
TranslatorInterface.php
:
20
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $context | mixed | - | - |
Return values
bool
translate()
¶
TranslatorInterface.php
:
31
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $context | mixed | - | - |
| $provider | TranslationProviderInterface | - | - |
| $sourceLanguage | string | - | - |
| $targetLanguage | string | - | - |
Return values
array<string, mixed>