You are here

public static function LingotekLocale::getLanguagesWithoutSource in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 8 src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::getLanguagesWithoutSource()
  2. 8.2 src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::getLanguagesWithoutSource()
  3. 4.0.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::getLanguagesWithoutSource()
  4. 3.0.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::getLanguagesWithoutSource()
  5. 3.1.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::getLanguagesWithoutSource()
  6. 3.2.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::getLanguagesWithoutSource()
  7. 3.3.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::getLanguagesWithoutSource()
  8. 3.5.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::getLanguagesWithoutSource()
  9. 3.6.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::getLanguagesWithoutSource()
  10. 3.7.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::getLanguagesWithoutSource()
  11. 3.8.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::getLanguagesWithoutSource()

File

src/LingotekLocale.php, line 378

Class

LingotekLocale
A utility class for Lingotek translation.

Namespace

Drupal\lingotek

Code

public static function getLanguagesWithoutSource($source_lingotek_locale) {
  return self::getLanguages('lingotek_locale', FALSE, $source_lingotek_locale);
}