You are here

function commons_bw_commons_bw_group_content_type_edit_form in Drupal Commons 7.3

Returns an edit form for the custom type.

File

modules/commons/commons_bw/plugins/content_types/commons_bw_group.inc, line 33

Code

function commons_bw_commons_bw_group_content_type_edit_form($form, $form_state) {
  return $form;
}