You are here

function lingotek_rules_languages in Lingotek Translation 7.5

Same name and namespace in other branches
  1. 7.7 lingotek.rules.inc \lingotek_rules_languages()
  2. 7.6 lingotek.rules.inc \lingotek_rules_languages()
1 string reference to 'lingotek_rules_languages'
lingotek_rules_action_info in ./lingotek.rules.inc
Implements hook_rules_action_info().

File

./lingotek.rules.inc, line 69
Lingotek Module + Rules Module Integration

Code

function lingotek_rules_languages() {
  return Lingotek::getLanguages('language');
}