public function Broken::adminLabel

Same name in this branch
  1. 9.x drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/Broken.php \Drupal\views\Plugin\views\relationship\Broken::adminLabel()
  2. 9.x drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Broken.php \Drupal\views\Plugin\views\field\Broken::adminLabel()
  3. 9.x drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Broken.php \Drupal\views\Plugin\views\area\Broken::adminLabel()
  4. 9.x drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Broken.php \Drupal\views\Plugin\views\argument\Broken::adminLabel()
  5. 9.x drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/Broken.php \Drupal\views\Plugin\views\sort\Broken::adminLabel()
  6. 9.x drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Broken.php \Drupal\views\Plugin\views\filter\Broken::adminLabel()

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

Overrides FieldPluginBase::adminLabel

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Broken.php, line 23
Definition of Drupal\views\Plugin\views\field\Broken.

Class

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

Namespace

Drupal\views\Plugin\views\field

Code

public function adminLabel($short = FALSE) {
  return t('Broken/missing handler');
}