You are here

function webform_content_type_edit_form in Total Control Admin Dashboard 6.2

'Edit form' callback for the content type.

ctools_plugin_example_webform_content_type_edit_form.

1 string reference to 'webform_content_type_edit_form'
webform.inc in plugins/content_types/webform.inc
nodequeue.inc

File

plugins/content_types/webform.inc, line 133
nodequeue.inc

Code

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

  // TODO add admin config to choose node types.
  return $form;
}