commerce_license_example.install in Commerce License 7
File
modules/commerce_license_example/commerce_license_example.installView 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
Name | Description |
---|---|
commerce_license_example_uninstall | Implements hook_uninstall(). |