function ctools_user_contact_content_type_edit_form

Returns an edit form for custom type settings.

File

plugins/content_types/contact/user_contact.inc, line 48

Code

function ctools_user_contact_content_type_edit_form($form, &$form_state) {
    // Empty so that we can have title override.
    return $form;
}