You are here

public function FeedsCommerceCustomerProfileProcessor::entitySave in Commerce Feeds 7

Save a profile.

File

plugins/FeedsCommerceCustomerProfileProcessor.inc, line 56
Class definition of FeedsCommerceCustomerProfileProcessor.

Class

FeedsCommerceCustomerProfileProcessor
Creates profiles from feed items.

Code

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