You are here

function mongodb_field_storage_field_storage_create_field in MongoDB 7

Implements hook_field_storage_create_field().

File

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

Code

function mongodb_field_storage_field_storage_create_field($field) {

  // Nothing to do?
}