You are here

public function CRMFeedsContactProcessor::entitySave in CRM Core 7

Same name and namespace in other branches
  1. 8.3 modules/crm_core_contact/legacy/CRMFeedsContactProcessor.inc \CRMFeedsContactProcessor::entitySave()
  2. 8 modules/crm_core_contact/legacy/CRMFeedsContactProcessor.inc \CRMFeedsContactProcessor::entitySave()
  3. 8.2 modules/crm_core_contact/legacy/CRMFeedsContactProcessor.inc \CRMFeedsContactProcessor::entitySave()

Save a contact.

File

modules/crm_core_contact/includes/CRMFeedsContactProcessor.inc, line 71
Class definition of CRMFeedsContactProcessor.

Class

CRMFeedsContactProcessor
Creates contacts from feed items.

Code

public function entitySave($entity) {
  crm_core_contact_save($entity);
}