You are here

public function Broken::broken in Views (for Drupal 7) 8.3

Same name in this branch
  1. 8.3 lib/Drupal/views/Plugin/views/area/Broken.php \Drupal\views\Plugin\views\area\Broken::broken()
  2. 8.3 lib/Drupal/views/Plugin/views/relationship/Broken.php \Drupal\views\Plugin\views\relationship\Broken::broken()
  3. 8.3 lib/Drupal/views/Plugin/views/filter/Broken.php \Drupal\views\Plugin\views\filter\Broken::broken()
  4. 8.3 lib/Drupal/views/Plugin/views/sort/Broken.php \Drupal\views\Plugin\views\sort\Broken::broken()
  5. 8.3 lib/Drupal/views/Plugin/views/argument/Broken.php \Drupal\views\Plugin\views\argument\Broken::broken()
  6. 8.3 lib/Drupal/views/Plugin/views/field/Broken.php \Drupal\views\Plugin\views\field\Broken::broken()

Determine if the handler is considered 'broken'

Overrides HandlerBase::broken

File

lib/Drupal/views/Plugin/views/relationship/Broken.php, line 39
Definition of Drupal\views\Plugin\views\relationship\Broken.

Class

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

Namespace

Drupal\views\Plugin\views\relationship

Code

public function broken() {
  return TRUE;
}