You are here

function total_control_overview_user_content_type_edit_form in Total Control Admin Dashboard 6.2

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

'Edit form' callback for the content type.

1 string reference to 'total_control_overview_user_content_type_edit_form'
overview_user.inc in plugins/content_types/overview_user.inc
overview_user.inc

File

plugins/content_types/overview_user.inc, line 81
overview_user.inc

Code

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