public function Broken::adminLabel

Same name in this branch

Return a string representing this handler's name in the UI.

Overrides HandlerBase::adminLabel

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/Broken.php, line 21
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 adminLabel($short = FALSE) {
  return t('Broken/missing handler');
}