You are here

public static function PrerenderInterface::preRender in Express 8

Pre-render render array element callback.

Parameters

array $element: The render array element.

Return value

array The modified render array element.

1 method overrides PrerenderInterface::preRender()
PrerenderBase::preRender in themes/contrib/bootstrap/src/Plugin/Prerender/PrerenderBase.php
Pre-render render array element callback.

File

themes/contrib/bootstrap/src/Plugin/Prerender/PrerenderInterface.php, line 25
Contains \Drupal\bootstrap\Plugin\Prerender\PrerenderInterface.

Class

PrerenderInterface
Defines the interface for an object oriented preprocess plugin.

Namespace

Drupal\bootstrap\Plugin\Prerender

Code

public static function preRender(array $element);