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