You are here

function nodequeue_content_type_edit_form in Total Control Admin Dashboard 6.2

'Edit form' callback for the content type.

ctools_plugin_example_nodequeue_content_type_edit_form.

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

File

plugins/content_types/nodequeue.inc, line 125
nodequeue.inc

Code

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