You are here

public static function Lingotek::getLanguagesWithoutSource in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.5 lib/Drupal/lingotek/Lingotek.php \Lingotek::getLanguagesWithoutSource()
  2. 7.6 lib/Drupal/lingotek/Lingotek.php \Lingotek::getLanguagesWithoutSource()
9 calls to Lingotek::getLanguagesWithoutSource()
LingotekApi::addContentDocument in lib/Drupal/lingotek/LingotekApi.php
Add a document to the Lingotek platform.
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_save in ./lingotek.module

... See full list

File

lib/Drupal/lingotek/Lingotek.php, line 387
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);
}