You are here

abstract public function AreaPluginBase::render in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/area/AreaPluginBase.php \Drupal\views\Plugin\views\area\AreaPluginBase::render()

Render the area.

Parameters

bool $empty: (optional) Indicator if view result is empty or not. Defaults to FALSE.

Return value

array In any case we need a valid Drupal render array to return.

13 methods override AreaPluginBase::render()
Broken::render in core/modules/views/src/Plugin/views/area/Broken.php
Render the area.
DisplayLink::render in core/modules/views/src/Plugin/views/area/DisplayLink.php
Render the area.
Entity::render in core/modules/views/src/Plugin/views/area/Entity.php
Render the area.
HTTPStatusCode::render in core/modules/views/src/Plugin/views/area/HTTPStatusCode.php
Render the area.
ListingEmpty::render in core/modules/node/src/Plugin/views/area/ListingEmpty.php
Render the area.

... See full list

File

core/modules/views/src/Plugin/views/area/AreaPluginBase.php, line 110

Class

AreaPluginBase
Base class for area handler plugins.

Namespace

Drupal\views\Plugin\views\area

Code

public abstract function render($empty = FALSE);