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

Breadcrumb

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

function Broken::render

Overrides AreaPluginBase::render

File

core/modules/views/src/Plugin/views/area/Broken.php, line 20

Class

Broken
A special handler to take the place of missing or broken handlers.

Namespace

Drupal\views\Plugin\views\area

Code

public function render($empty = FALSE) {
    // Simply render nothing by returning an empty render array.
    return [];
}

API Navigation

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