1 views_handler_sort.inc views_handler_sort_broken::ui_name($short = FALSE)

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

Overrides views_handler::ui_name

File

core/modules/views/handlers/views_handler_sort.inc, line 224
@todo.

Class

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

Code

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