You are here

function commerce_file_disable in Commerce File 7

Implements hook_disable().

  • clear entity_info cache to flush 'admin ui' path

File

./commerce_file.module, line 598
Provides integration of file licenses with Commerce

Code

function commerce_file_disable() {
  cache_clear_all('entity_info', 'cache', TRUE);
}