commerce_vat_field.install in Commerce VAT 7
commerce_vat_field.install Contains install hooks for the Vat Rate Reference module.
File
commerce_vat_field/commerce_vat_field.installView source
<?php
/**
* @file commerce_vat_field.install
* Contains install hooks for the Vat Rate Reference module.
*/
/**
* Implements hook_uninstall().
*/
function commerce_vat_field_uninstall() {
field_delete_field('commerce_vat_rate');
}
Functions
Name![]() |
Description |
---|---|
commerce_vat_field_uninstall | Implements hook_uninstall(). |