You are here

function lingotek_rules_entity_all_ready_for_download in Lingotek Translation 7.5

Same name and namespace in other branches
  1. 7.7 lingotek.rules.inc \lingotek_rules_entity_all_ready_for_download()
  2. 7.6 lingotek.rules.inc \lingotek_rules_entity_all_ready_for_download()

File

./lingotek.rules.inc, line 184
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);
}