function cer_commerce_cer_fields in Corresponding Entity References 7.3
Implements hook_cer_fields().
File
- extensions/
cer_commerce/ cer_commerce.cer.inc, line 6
Code
function cer_commerce_cer_fields() {
module_load_include('inc', 'cer', 'cer.cer');
return _cer_collect_fields_of_type('commerce_product_reference', 'CerCommerceProductReferenceField');
}