function views_plugin_row::pre_render

3.x views_plugin_row.inc views_plugin_row::pre_render($result)
2.x views_plugin_row.inc views_plugin_row::pre_render($result)

Allow the style to do stuff before each row is rendered.

Parameters

$result: The full array of results from the query.

1 method overrides views_plugin_row::pre_render()
views_plugin_row_comment_view::pre_render in modules/comment/views_plugin_row_comment_view.inc
Allow the style to do stuff before each row is rendered.

File

plugins/views_plugin_row.inc, line 125
Contains the base row style plugin.

Class

views_plugin_row
Default plugin to view a single row of a table. This is really just a wrapper around a theme function.

Code

function pre_render($result) {
}