You are here

function ws_datefield_wsconfig_processor_info in Web Service Data 7

Implements hook_wsconfig_processor_info().

File

modules/ws_datefield/ws_datefield.module, line 141
Main module for ws_datefields

Code

function ws_datefield_wsconfig_processor_info() {
  return array(
    'ws_datefield_processor' => array(
      'fields' => array(
        'datetime' => 'Date',
      ),
    ),
  );
}