function views_content_views_view_content_type_edit_form

File

views_content/plugins/content_types/views_view.inc, line 38

Code

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