function lingotek_rules_entity_all_downloaded in Lingotek Translation 7.5
Same name and namespace in other branches
- 7.7 lingotek.rules.inc \lingotek_rules_entity_all_downloaded()
- 7.6 lingotek.rules.inc \lingotek_rules_entity_all_downloaded()
File
- ./
lingotek.rules.inc, line 180 - Lingotek Module + Rules Module Integration
Code
function lingotek_rules_entity_all_downloaded($wrapper) {
return lingotek_rules_entity_all_translations_of_status($wrapper, LingotekSync::STATUS_CURRENT);
}