You are here

function mongodb_field_storage_field_storage_details in MongoDB 7

Implements hook_field_storage_details().

File

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

Code

function mongodb_field_storage_field_storage_details($field) {

  // We probably want to implement that at one point, but this is informative
  // only.
}