You are here

function wsfields_storage_field_storage_details in Web Service Data 7

Implements hook_field_storage_details().

File

modules/wsfields_storage/wsfields_storage.module, line 121
Storage controller definitions

Code

function wsfields_storage_field_storage_details($field) {

  // Nothing right now
  // @todo something
}