Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. AreaPluginBase.php

function 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.
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/block_content/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);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal