public static function Lingotek::getLanguagesWithoutSource in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lib/Drupal/lingotek/Lingotek.php \Lingotek::getLanguagesWithoutSource()
- 7.5 lib/Drupal/lingotek/Lingotek.php \Lingotek::getLanguagesWithoutSource()
6 calls to Lingotek::getLanguagesWithoutSource()
- LingotekConfigSet::__construct in lib/
Drupal/ lingotek/ LingotekConfigSet.php - Constructor.
- LingotekEntity::setLanguage in lib/
Drupal/ lingotek/ LingotekEntity.php - Set the entity's language to be used by Lingotek, which will sometimes be different from the stated Drupal language.
- LingotekSync::getDirtySetLids in lib/
Drupal/ lingotek/ LingotekSync.php - lingotek_entity_upload in ./
lingotek.module - lingotek_rules_entity_all_translations_of_status in ./
lingotek.rules.inc
File
- lib/
Drupal/ lingotek/ Lingotek.php, line 383 - Defines Lingotek.
Class
- Lingotek
- A utility class for Lingotek translation.
Code
public static function getLanguagesWithoutSource($source_lingotek_locale) {
return self::getLanguages('lingotek_locale', FALSE, $source_lingotek_locale);
}