public function LingotekConfigTranslationServiceInterface::getSourceLocale in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getSourceLocale()
- 8.2 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getSourceLocale()
- 4.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getSourceLocale()
- 3.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getSourceLocale()
- 3.1.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getSourceLocale()
- 3.2.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getSourceLocale()
- 3.3.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getSourceLocale()
- 3.5.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getSourceLocale()
- 3.6.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getSourceLocale()
- 3.7.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getSourceLocale()
- 3.8.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getSourceLocale()
Gets the translation source locale of a given entity.
Parameters
\Drupal\Core\Config\Entity\ConfigEntityInterface $entity: The entity which we want to get the source locale.
Return value
string The locale as expected by the Lingotek service.
1 method overrides LingotekConfigTranslationServiceInterface::getSourceLocale()
- LingotekConfigTranslationService::getSourceLocale in src/
LingotekConfigTranslationService.php - Gets the translation source locale of a given entity.
File
- src/
LingotekConfigTranslationServiceInterface.php, line 184
Class
- LingotekConfigTranslationServiceInterface
- Service for managing Lingotek configuration translations.
Namespace
Drupal\lingotekCode
public function getSourceLocale(ConfigEntityInterface &$entity);