function lingotek_rules_languages in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lingotek.rules.inc \lingotek_rules_languages()
- 7.5 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');
}