public function TranslatorInterface::providesRemoteLanguageMappings

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\tmgmt

Code

public function providesRemoteLanguageMappings();