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