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.

2 calls to RowPluginBase::pre_render()
EntityReference::pre_render in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/views/row/EntityReference.php
Overrides \Drupal\views\Plugin\views\row\Fields::pre_render().
EntityRow::pre_render in drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/EntityRow.php
Overrides Drupal\views\Plugin\views\row\RowPluginBase::pre_render().
4 methods override RowPluginBase::pre_render()
EntityReference::pre_render in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/views/row/EntityReference.php
Overrides \Drupal\views\Plugin\views\row\Fields::pre_render().
EntityRow::pre_render in drupal/core/modules/views/lib/Drupal/views/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 138
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) {
}