You are here

function RowPluginBase::pre_render in Views (for Drupal 7) 8.3

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()
Entity::pre_render in lib/Views/system/Plugin/views/row/Entity.php
Overrides Drupal\views\Plugin\views\row\RowPluginBase::pre_render().
3 methods override RowPluginBase::pre_render()
Entity::pre_render in lib/Views/system/Plugin/views/row/Entity.php
Overrides Drupal\views\Plugin\views\row\RowPluginBase::pre_render().
Rss::pre_render in lib/Views/node/Plugin/views/row/Rss.php
Allow the style to do stuff before each row is rendered.
Rss::pre_render in lib/Views/comment/Plugin/views/row/Rss.php
Allow the style to do stuff before each row is rendered.

File

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