You are here

function activity_views_plugin_row_activity_view::render in Activity 6

Override the behavior of the render() function.

File

views/activity_views_plugin_row_activity_view.inc, line 41
Contains the activity view row style plugin.

Class

activity_views_plugin_row_activity_view
Plugin which performs an activity_view on the resulting object.

Code

function render($row) {
  return theme($this
    ->theme_functions(), $this->view, $this->options, $row);
}