public function Broken::broken

Same name in this branch

Determine if the handler is considered 'broken'

Overrides HandlerBase::broken

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Broken.php, line 44
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

public function broken() {
  return TRUE;
}