You are here

function facebook_publication_type_form_submit_delete in Facebook Autopost 7

Form API submit callback for the delete button.

1 string reference to 'facebook_publication_type_form_submit_delete'
facebook_publication_type_form in fb_autopost_entity/fb_autopost_entity.admin.inc
Generates the Facebook publication type editing form.

File

fb_autopost_entity/fb_autopost_entity.admin.inc, line 92
Facebook publication type editing UI.

Code

function facebook_publication_type_form_submit_delete(&$form, &$form_state) {
  $form_state['redirect'] = 'admin/structure/facebook-publications/manage/' . $form_state['facebook_publication_type_form_submit_delete_type']->type . '/delete';
}