function ctools_node_book_nav_content_type_edit_form

File

plugins/content_types/node_context/node_book_nav.inc, line 44

Code

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