function ds_views_row_node in Node displays 6.3
Same name and namespace in other branches
- 6.2 nd.module \ds_views_row_node()
- 7 nd.module \ds_views_row_node()
Render the node 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
- ./
nd.module, line 304 - Node displays.
Code
function ds_views_row_node(&$vars, $build_mode) {
nd_views_node_helper($vars, $build_mode);
}