You are here

protected function LingotekProfile::initTargetLocaleOverride in Lingotek Translation 7.7

1 call to LingotekProfile::initTargetLocaleOverride()
LingotekProfile::setAttribute in lib/Drupal/lingotek/LingotekProfile.php

File

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

Class

LingotekProfile
A class wrapper for Lingotek Profiles

Code

protected function initTargetLocaleOverride($target_locale) {
  if (!isset($this->profile['target_language_overrides'][$target_locale])) {
    $this->profile['target_language_overrides'][$target_locale] = array();
  }
}