function views_content_views_empty_content_type_edit_form

File

views_content/plugins/content_types/views_empty.inc, line 39

Code

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