You are here

function crm_core_user_sync_get_contacts_from_uids in CRM Core 7

Same name and namespace in other branches
  1. 8.2 modules/crm_core_user_sync/crm_core_user_sync.module \crm_core_user_sync_get_contacts_from_uids()

Retrieves the related contacts for given uids.

File

modules/crm_core_user_sync/crm_core_user_sync.module, line 443

Code

function crm_core_user_sync_get_contacts_from_uids($uids) {
  return crm_core_user_sync_get_related_entity('user', $uids, 'crm_core_user_sync');
}