You are here

function mongodb_field_storage_disable in MongoDB 7

Implements hook_disable().

File

mongodb_field_storage/mongodb_field_storage.install, line 18
Install, update and uninstall functions for the mongodb field storage module.

Code

function mongodb_field_storage_disable() {
  variable_del('field_storage_default');
}