You are here

function search_api_exclude_node_form_search_api_exclude_content_type_edit_form in Search API exclude 7

File

plugins/content_types/node_form_search_api_exclude.inc, line 46

Code

function search_api_exclude_node_form_search_api_exclude_content_type_edit_form($form, &$form_state) {

  // provide a blank form so we have a place to have context setting.
  return $form;
}