public function LingotekProfile::deleteTargetLocaleOverrides in Lingotek Translation 7.7
1 call to LingotekProfile::deleteTargetLocaleOverrides()
- LingotekProfile::disableTargetLocale in lib/
Drupal/ lingotek/ LingotekProfile.php
File
- lib/
Drupal/ lingotek/ LingotekProfile.php, line 525 - Defines LingotekProfile
Class
- LingotekProfile
- A class wrapper for Lingotek Profiles
Code
public function deleteTargetLocaleOverrides($target_locale) {
unset($this->profile['target_language_overrides'][$target_locale]);
}