function DisplayPluginInterface::elementPreRender
Same name in other branches
- 9 core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php \Drupal\views\Plugin\views\display\DisplayPluginInterface::elementPreRender()
- 8.9.x core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php \Drupal\views\Plugin\views\display\DisplayPluginInterface::elementPreRender()
- 10 core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php \Drupal\views\Plugin\views\display\DisplayPluginInterface::elementPreRender()
Render API callback: Performs view display rendering.
This function is assigned as a #pre_render callback.
Parameters
array $element: The element to #pre_render.
Return value
array The processed element.
See also
1 method overrides DisplayPluginInterface::elementPreRender()
- DisplayPluginBase::elementPreRender in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php
File
-
core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginInterface.php, line 426
Class
- DisplayPluginInterface
- Provides an interface for Views display plugins.
Namespace
Drupal\views\Plugin\views\displayCode
public function elementPreRender(array $element);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.