You are here

public function JquerySocialStreamBean::view in jQuery social stream 7

Same name and namespace in other branches
  1. 7.2 plugins/bean/jquery_social_stream.inc \JquerySocialStreamBean::view()

Displays the bean.

Overrides BeanPlugin::view

File

plugins/bean/jquery_social_stream.inc, line 36
jQuery social stream bean plugin.

Class

JquerySocialStreamBean
@file jQuery social stream bean plugin.

Code

public function view($bean, $content, $view_mode = 'default', $langcode = NULL) {
  return jquery_social_stream_block_content(isset($bean->settings['conf']) ? $bean->settings['conf'] : array());
}