Determines if the handler is considered 'broken'.
This means it's a placeholder used when a handler can't be found.
\Drupal\views\Plugin\views\HandlerBase::broken()
public function broken() { return TRUE; }