You are here

function wsconfig_delete_form_wrapper in Web Service Data 7

Form callback wrapper: delete a wsconfig.

Parameters

$wsconfig: The wsconfig object being edited by this form.

See also

wsconfig_edit_form()

File

modules/wsconfig/wsconfig.admin.inc, line 42
Admin forms for wsconfig

Code

function wsconfig_delete_form_wrapper($wsconfig) {

  // Add the breadcrumb for the form's location.

  //wsconfig_set_breadcrumb();
  return drupal_get_form('wsconfig_delete_form', $wsconfig);
}