You are here

function lingotek_list_entities_with_field_in_language in Lingotek Translation 7.5

Same name and namespace in other branches
  1. 7.7 lingotek.util.inc \lingotek_list_entities_with_field_in_language()
  2. 7.4 lingotek.util.inc \lingotek_list_entities_with_field_in_language()
  3. 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 1320
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);
}