function ctools_node_type_desc_content_type_edit_form

File

plugins/content_types/node_context/node_type_desc.inc, line 46

Code

function ctools_node_type_desc_content_type_edit_form($form, &$form_state) {
    // Provide a blank form so we have a place to have context setting.
    return $form;
}