You are here

function ctools_contact_content_type_edit_form in Chaos Tool Suite (ctools) 6

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

Returns an edit form for custom type settings.

File

plugins/content_types/contact/contact.inc, line 38

Code

function ctools_contact_content_type_edit_form(&$form, &$form_state) {

  // Empty so that we can have title override.
}