function views_content_views_header_content_type_edit_form

File

views_content/plugins/content_types/views_header.inc, line 37

Code

function views_content_views_header_content_type_edit_form($form, &$form_state) {
    // This form does nothing; it exists to let the main form select the view context.
    return $form;
}