You are here

protected function FeedsCommerceCustomerProfileProcessor::entityDeleteMultiple in Commerce Feeds 7

Delete a series of profiles.

File

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

Class

FeedsCommerceCustomerProfileProcessor
Creates profiles from feed items.

Code

protected function entityDeleteMultiple($entity_ids) {
  commerce_customer_profile_delete_multiple($entity_ids);
}