You are here

function wsconfig_type_form_submit_delete in Web Service Data 7

Form API submit callback for the delete button.

File

modules/wsconfig/wsconfig_type.admin.inc, line 195
WsConfig type editing UI

Code

function wsconfig_type_form_submit_delete(&$form, &$form_state) {
  $form_state['redirect'] = 'admin/structure/wsconfig_types/manage/' . $form_state['wsconfig_type']->type . '/delete';
}