You are here

function ctools_form_content_type_edit_form in Chaos Tool Suite (ctools) 6

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

File

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

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.
}