You are here

function views_content_views_row_content_type_edit_form in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 views_content/plugins/content_types/views_row.inc \views_content_views_row_content_type_edit_form()

File

views_content/plugins/content_types/views_row.inc, line 102

Code

function views_content_views_row_content_type_edit_form($form, &$form_state) {

  // This form does nothing; it exists to let the main form select the view context.
  return $form;
}