You are here

function views_plugin_row_heartbeat_view::render in Heartbeat 6.3

Same name and namespace in other branches
  1. 7 views/views_plugin_row_heartbeat_view.inc \views_plugin_row_heartbeat_view::render()

Override the behavior of the render() function.

File

views/plugins/views_plugin_row_heartbeat_view.inc, line 69
Contains the heartbeat row style plugin.

Class

views_plugin_row_heartbeat_view
Plugin which performs a heartbeat_view on the resulting object.

Code

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