You are here

public function LingotekProfile::getAllTargetLocaleOverrides in Lingotek Translation 7.7

File

lib/Drupal/lingotek/LingotekProfile.php, line 536
Defines LingotekProfile

Class

LingotekProfile
A class wrapper for Lingotek Profiles

Code

public function getAllTargetLocaleOverrides() {
  if (!empty($this->profile['target_language_overrides'])) {
    return $this->profile['target_language_overrides'];
  }
  return array();
}