You are here

function oa_related_ref_edit_form in Open Atrium Related Content 7.2

Empty config form

1 string reference to 'oa_related_ref_edit_form'
oa_related_ref.inc in plugins/content_types/oa_related_ref.inc

File

plugins/content_types/oa_related_ref.inc, line 75

Code

function oa_related_ref_edit_form($form, &$form_state) {
  $conf = $form_state['conf'];
  return $form;
}