protected function FeedsCommercePricelistItemProcessor::entitySave in Commerce Pricelist 7
Save a user account.
File
- commerce_pricelist_feeds/
plugins/ FeedsCommercePricelistItemProcessor.inc, line 56 - FeedsUserProcessor class.
Class
- FeedsCommercePricelistItemProcessor
- Feeds processor plugin. Create users from feed items.
Code
protected function entitySave($entity) {
commerce_pricelist_item_save($entity);
}