You are here

function mongodb_field_storage_field_storage_delete_instance in MongoDB 7

Implements hook_field_storage_delete_instance().

This function simply marks for deletion all data associated with the field.

File

mongodb_field_storage/mongodb_field_storage.module, line 278
Implementation of the field storage API for MongoDB.

Code

function mongodb_field_storage_field_storage_delete_instance($instance) {

  // @todo: figure out what to do.
}