You are here

function commons_bw_commons_bw_group_content_type_edit_form_submit 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 40

Code

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