You are here

function wsfield_storage_disable in Web Service Data 7

File

modules/wsfields_storage/wsfields_storage.install, line 30
Storage controller definitions

Code

function wsfield_storage_disable() {
  variable_del('cache_class_cache_field');
}