You are here

function total_control_webform_content_type_edit_form in Total Control Admin Dashboard 7.2

'Edit form' callback for the content type.

File

plugins/content_types/webform.inc, line 111

Code

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

  // TODO add content type selection for weform admin page
  return $form;
}