Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. RowPluginBase.php

function RowPluginBase::preRender

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

Parameters

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

4 calls to RowPluginBase::preRender()
EntityReference::preRender in core/modules/views/src/Plugin/views/row/EntityReference.php
Allow the style to do stuff before each row is rendered.
EntityReference::preRender in core/modules/views/src/Plugin/views/row/EntityReference.php
Allow the style to do stuff before each row is rendered.
EntityRow::preRender in core/modules/views/src/Plugin/views/row/EntityRow.php
Allow the style to do stuff before each row is rendered.
EntityRow::preRender in core/modules/views/src/Plugin/views/row/EntityRow.php
Allow the style to do stuff before each row is rendered.
4 methods override RowPluginBase::preRender()
EntityReference::preRender in core/modules/views/src/Plugin/views/row/EntityReference.php
Allow the style to do stuff before each row is rendered.
EntityRow::preRender in core/modules/views/src/Plugin/views/row/EntityRow.php
Allow the style to do stuff before each row is rendered.
Rss::preRender in core/modules/node/src/Plugin/views/row/Rss.php
Allow the style to do stuff before each row is rendered.
Rss::preRender in core/modules/comment/src/Plugin/views/row/Rss.php
Allow the style to do stuff before each row is rendered.

File

core/modules/views/src/Plugin/views/row/RowPluginBase.php, line 167

Class

RowPluginBase
Base class for Views row plugins.

Namespace

Drupal\views\Plugin\views\row

Code

public function preRender($result) {
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal