public function FeedsCommercePricelistItemProcessor::sourceForm in Commerce Pricelist 7
File
- commerce_pricelist_feeds/
plugins/ FeedsCommercePricelistItemProcessor.inc, line 80 - FeedsUserProcessor class.
Class
- FeedsCommercePricelistItemProcessor
- Feeds processor plugin. Create users from feed items.
Code
public function sourceForm($source_config) {
return array(
'list_id' => NULL,
);
}