You are here

function _wsfields_storage_columnname in Web Service Data 7

Maps the field data to their defined column values

Parameters

array $field: Field info

array $instance_settings: Field instance settings

Return value

array|boolean Returns an array of mapped data, FALSE otherwise.

File

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

Code

function _wsfields_storage_columnname($field, $instance_settings) {

  // @todo have the wsconfig or parser or something include a map to the field schema names
}