public function TranslatorInterface::providesRemoteLanguageMappings in Translation Management Tool 8
Determines if this translator supports remote language mappings.
Return value
bool In case translator does not explicitly state that it does not provide the mapping feature it will return TRUE.
1 method overrides TranslatorInterface::providesRemoteLanguageMappings()
- Translator::providesRemoteLanguageMappings in src/
Entity/ Translator.php - Determines if this translator supports remote language mappings.
File
- src/
TranslatorInterface.php, line 235
Class
- TranslatorInterface
- Interface for the tmgmt_translator entity.
Namespace
Drupal\tmgmtCode
public function providesRemoteLanguageMappings();