You are here

commerce_license_example.install in Commerce License 7

File

modules/commerce_license_example/commerce_license_example.install
View source
<?php

/**
 * Implements hook_uninstall().
 */
function commerce_license_example_uninstall() {

  // Delete the fields created and attached to this module's bundles.
  field_attach_delete_bundle('commerce_license', 'example');
  field_attach_delete_bundle('commerce_license', 'remote_example');
}

Functions