1 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.

File

core/modules/views/plugins/views_plugin_row.inc, line 126
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) {
}