You are here

function mongodb_field_storage_install in MongoDB 7

Implements hook_install().

File

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

Code

function mongodb_field_storage_install() {
  variable_set('field_storage_default', 'mongodb_field_storage');
}