function ds_views_row_heartbeat_activity in Heartbeat 6.4
Render the heartbeat_activity object through the DS views plugin.
Parameters
array $vars The variables to manipulate.:
string $build_mode The build mode to use on this object.:
File
- modules/
hds/ hds.module, line 78 - Heartbeat displays module.
Code
function ds_views_row_heartbeat_activity(&$vars, $build_mode) {
$vars['row']->build_mode = $build_mode;
$vars['object'] = theme('heartbeat_message_row', $vars['row']);
}