You are here

function total_control_overview_content_content_type_edit_form in Total Control Admin Dashboard 6.2

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

'Edit form' callback for the content type.

1 string reference to 'total_control_overview_content_content_type_edit_form'
overview_content.inc in plugins/content_types/overview_content.inc
overview_content.inc

File

plugins/content_types/overview_content.inc, line 84
overview_content.inc

Code

function total_control_overview_content_content_type_edit_form(&$form, &$form_state) {
  total_control_add_content_pane_settings($form, $form_state);
  return $form;
}