abstract public function AreaPluginBase::render in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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.
12 methods override AreaPluginBase::render()
- Broken::render in core/
modules/ views/ src/ Plugin/ views/ area/ Broken.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.
- ListingEmpty::render in core/
modules/ block_content/ src/ Plugin/ views/ area/ ListingEmpty.php - Render the area.
File
- core/
modules/ views/ src/ Plugin/ views/ area/ AreaPluginBase.php, line 115 - Contains \Drupal\views\Plugin\views\area\AreaPluginBase.
Class
- AreaPluginBase
- Base class for area handler plugins.
Namespace
Drupal\views\Plugin\views\areaCode
public abstract function render($empty = FALSE);