function RowPluginBase::pre_render

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

Parameters

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

1 call to RowPluginBase::pre_render()
EntityRow::pre_render in drupal/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php
Overrides Drupal\views\Plugin\views\row\RowPluginBase::pre_render().
3 methods override RowPluginBase::pre_render()
EntityRow::pre_render in drupal/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php
Overrides Drupal\views\Plugin\views\row\RowPluginBase::pre_render().
Rss::pre_render in drupal/core/modules/node/lib/Drupal/node/Plugin/views/row/Rss.php
Allow the style to do stuff before each row is rendered.
Rss::pre_render in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/row/Rss.php
Allow the style to do stuff before each row is rendered.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RowPluginBase.php, line 149
Definition of Drupal\views\Plugin\views\row\RowPluginBase.

Class

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

Namespace

Drupal\views\Plugin\views\row

Code

function pre_render($result) {
}