You are here

function jquery_social_stream_render in jQuery social stream 7

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

Render callback for the custom content type

1 call to jquery_social_stream_render()
jquery_social_stream_admin_info in plugins/content_types/jquery_social_stream.inc
Callback to provide administrative info (the preview in panels when building a panel).
1 string reference to 'jquery_social_stream_render'
jquery_social_stream.inc in plugins/content_types/jquery_social_stream.inc

File

plugins/content_types/jquery_social_stream.inc, line 20

Code

function jquery_social_stream_render($subtype, $conf, $args, $context) {
  $block = jquery_social_stream_block_content($conf);
  return (object) $block;
}