function ctools_node_form_path_content_type_edit_form

File

plugins/content_types/node_form/node_form_path.inc, line 52

Code

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