public function BrokenHandlerTrait::adminLabel in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Plugin/views/BrokenHandlerTrait.php \Drupal\views\Plugin\views\BrokenHandlerTrait::adminLabel()
 
Returns this handlers name in the UI.
See also
\Drupal\views\Plugin\views\PluginBase::defineOptions().
File
- core/
modules/ views/ src/ Plugin/ views/ BrokenHandlerTrait.php, line 23  - Contains \Drupal\views\Plugin\views\BrokenHandlerTrait.
 
Class
- BrokenHandlerTrait
 - A Trait for Views broken handlers.
 
Namespace
Drupal\views\Plugin\viewsCode
public function adminLabel($short = FALSE) {
  return t('Broken/missing handler');
}