1.20.x views_handler_area.inc views_handler_area_broken::ui_name($short = FALSE)

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

Overrides views_handler::ui_name

File

modules/views/handlers/views_handler_area.inc, line 111
Views area handlers.

Class

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

Code

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