function ws_addressfield_wsconfig_processor_info in Web Service Data 7
Implements hook_wsconfig_processor_info().
File
- modules/
ws_addressfield/ ws_addressfield.module, line 38 - Add support for addressfield to be used with web service fields
Code
function ws_addressfield_wsconfig_processor_info() {
return array(
'ws_addressfield_processor' => array(
'fields' => array(
'addressfield' => 'Address Field',
),
),
);
}