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/filter/Broken.php, line 45
Definition of Drupal\views\Plugin\views\filter\Broken.

Class

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

Namespace

Drupal\views\Plugin\views\filter

Code

public function broken() {
  return TRUE;
}