function lingotek_list_entities_with_field_in_language in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.4 lingotek.util.inc \lingotek_list_entities_with_field_in_language()
- 7.5 lingotek.util.inc \lingotek_list_entities_with_field_in_language()
- 7.6 lingotek.util.inc \lingotek_list_entities_with_field_in_language()
1 call to lingotek_list_entities_with_field_in_language()
- lingotek_batch_identify_translations in ./
lingotek.util.inc - Batch Create: Lingotek Identify Content - create informative lingotek_entity_ data (in lingotek table) for pre-existing content
File
- ./
lingotek.util.inc, line 2041 - Utility functions.
Code
function lingotek_list_entities_with_field_in_language($entity_type, $field, $language, $exclude_source = TRUE) {
return lingotek_list_entities_with_field_in_language_by_bundle($entity_type, NULL, $field, $language, $exclude_source);
}