You are here

function total_control_overview_content_type_edit_form in Total Control Admin Dashboard 6.2

Same name and namespace in other branches
  1. 6 plugins/content_types/overview.inc \total_control_overview_content_type_edit_form()
  2. 7.2 plugins/content_types/overview.inc \total_control_overview_content_type_edit_form()

'Edit form' callback for the content type.

1 string reference to 'total_control_overview_content_type_edit_form'
overview.inc in plugins/content_types/overview.inc
overview.inc

File

plugins/content_types/overview.inc, line 83
overview.inc

Code

function total_control_overview_content_type_edit_form(&$form, &$form_state) {
  $conf = $form_state['conf'];
  total_control_add_content_pane_settings($form, $form_state);
  total_control_add_user_pane_settings($form, $form_state);
  return $form;
}