You are here

public function fb_social_recommendations::render in Facebook social plugins integration 7.2

Same name and namespace in other branches
  1. 6.2 plugins/boxes/fb_social_recommendations.inc \fb_social_recommendations::render()

Implementation of boxes_content::render().

Overrides fb_social_default::render

File

plugins/boxes/fb_social_recommendations.inc, line 35
fb_social_recommendations.inc

Class

fb_social_recommendations
@file fb_social_recommendations.inc

Code

public function render() {
  $block = parent::render();
  return $block;
}