You are here

function jquery_social_stream_edit_form in jQuery social stream 7.2

Same name and namespace in other branches
  1. 7 plugins/content_types/jquery_social_stream.inc \jquery_social_stream_edit_form()

'Edit' callback for the content type.

1 string reference to 'jquery_social_stream_edit_form'
jquery_social_stream.inc in plugins/content_types/jquery_social_stream.inc

File

plugins/content_types/jquery_social_stream.inc, line 28

Code

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