You are here

function Broken::render in Views (for Drupal 7) 8.3

Render the area

Overrides AreaPluginBase::render

File

lib/Drupal/views/Plugin/views/area/Broken.php, line 30
Definition of Drupal\views\Plugin\views\area\Broken

Class

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

Namespace

Drupal\views\Plugin\views\area

Code

function render($empty = FALSE) {
  return '';
}