You are here

function commerce_product_reference_uninstall in Commerce Core 7

Implements hook_uninstall().

File

modules/product_reference/commerce_product_reference.install, line 32

Code

function commerce_product_reference_uninstall() {

  // Delete any product reference fields.
  module_load_include('module', 'commerce');
  commerce_delete_fields('commerce_product_reference');
}