interface PrerenderInterface in Express 8
Defines the interface for an object oriented preprocess plugin.
Hierarchy
- interface \Drupal\bootstrap\Plugin\Prerender\PrerenderInterface
Expanded class hierarchy of PrerenderInterface
All classes that implement PrerenderInterface
File
- themes/contrib/ bootstrap/ src/ Plugin/ Prerender/ PrerenderInterface.php, line 14 
- Contains \Drupal\bootstrap\Plugin\Prerender\PrerenderInterface.
Namespace
Drupal\bootstrap\Plugin\PrerenderView source
interface PrerenderInterface {
  /**
   * Pre-render render array element callback.
   *
   * @param array $element
   *   The render array element.
   *
   * @return array
   *   The modified render array element.
   */
  public static function preRender(array $element);
}Members
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| PrerenderInterface:: | public static | function | Pre-render render array element callback. | 1 | 
