You are here

function wsbeans_wsconfig_processor_info in Web Service Data 7

Implements hook_wsconfig_processor_info().

File

modules/wsbeans/wsbeans.module, line 38
wsbeans module file

Code

function wsbeans_wsconfig_processor_info() {
  return array(
    'wsbeans_default_json_form' => array(
      'form' => 'Renders JSON into a form',
    ),
    'wsbeans_default_html_form' => array(
      'form' => 'Renders HTML into a form',
    ),
  );
}