You are here

function total_control_overview_user_content_type_edit_form in Total Control Admin Dashboard 7.2

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

'Edit form' callback for the content type.

File

plugins/content_types/overview_user.inc, line 68

Code

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

  // Add user settings to form.
  total_control_add_user_pane_settings($form, $conf);
  return $form;
}