You are here

protected function FeedsCommerceProductProcessor::entityDeleteMultiple in Commerce Feeds 7

Delete a series of products.

File

plugins/FeedsCommerceProductProcessor.inc, line 64
Class definition of FeedsCommerceProductProcessor.

Class

FeedsCommerceProductProcessor
Creates products from feed items.

Code

protected function entityDeleteMultiple($nids) {
  commerce_product_delete_multiple($nids);
}