You are here

function ctools_form_content_type_edit_form in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 plugins/content_types/form/form.inc \ctools_form_content_type_edit_form()

File

plugins/content_types/form/form.inc, line 60

Code

function ctools_form_content_type_edit_form($form, &$form_state) {

  // Provide a blank form so we have a place to override title
  // and stuff.
  return $form;
}