public function LingotekProfile::isTargetLocaleCustom in Lingotek Translation 7.7
1 call to LingotekProfile::isTargetLocaleCustom()
- LingotekProfile::filterTargetLocales in lib/
Drupal/ lingotek/ LingotekProfile.php
File
- lib/
Drupal/ lingotek/ LingotekProfile.php, line 443 - Defines LingotekProfile
Class
- LingotekProfile
- A class wrapper for Lingotek Profiles
Code
public function isTargetLocaleCustom($target_locale) {
return !$this
->isTargetLocaleDisabled($target_locale) && $this
->getTargetLocaleOverrides($target_locale);
}