You are here

public function LingotekConfigSet::getSourceLocale in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.6 lib/Drupal/lingotek/LingotekConfigSet.php \LingotekConfigSet::getSourceLocale()

Overrides LingotekTranslatableEntity::getSourceLocale

File

lib/Drupal/lingotek/LingotekConfigSet.php, line 367
Defines LingotekConfigSet.

Class

LingotekConfigSet
A class wrapper for Lingotek-specific behavior on ConfigSets.

Code

public function getSourceLocale() {
  return $this->language->lingotek_locale;
}