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

Breadcrumb

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

function DisplayPluginInterface::elementPreRender

#pre_render callback for view display rendering.

Parameters

array $element: The element to #pre_render

Return value

array The processed element.

See also

self::render()

1 method overrides DisplayPluginInterface::elementPreRender()
DisplayPluginBase::elementPreRender in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
#pre_render callback for view display rendering.

File

core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php, line 411

Class

DisplayPluginInterface
Provides an interface for Views display plugins.

Namespace

Drupal\views\Plugin\views\display

Code

public function elementPreRender(array $element);

API Navigation

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