You are here

function commerce_price_decimals_formatter_uninstall in Commerce Price Decimals Formatter 7

Implements hook_uninstall().

File

./commerce_price_decimals_formatter.install, line 20
Install, update and uninstall functions for the Commerce Price Decimals Formatter module.

Code

function commerce_price_decimals_formatter_uninstall() {

  // Clear cache of field info types for modules requiring this one.
  cache_clear_all('field_info_types:', 'cache_field', TRUE);
}