You are here

function og_subgroups_graph_content_type_edit_form in Subgroups for Organic groups 7

File

plugins/content_types/graph/graph.inc, line 41

Code

function og_subgroups_graph_content_type_edit_form($form, &$form_state) {

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