You are here

function commerce_feedsmulti_blank_callback in Commerce Feeds multitype 7

This is used as the product type's setter callback - it's just a noop.

1 string reference to 'commerce_feedsmulti_blank_callback'
FeedsCommerceProductMultiProcessor::getMappingTargets in plugins/FeedsCommerceProductMultiProcessor.inc
Return available mapping targets.

File

plugins/FeedsCommerceProductMultiProcessor.inc, line 139
Class definition of FeedsCommerceProductMultiProcessor.

Code

function commerce_feedsmulti_blank_callback() {
}