You are here

function views_plugin_row::pre_render in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 6.2 plugins/views_plugin_row.inc \views_plugin_row::pre_render()
  2. 7.3 plugins/views_plugin_row.inc \views_plugin_row::pre_render()

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 127
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) {
}