You are here

public function views_handler_field_broken::ui_name in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 handlers/views_handler_field.inc \views_handler_field_broken::ui_name()
  2. 6.2 handlers/views_handler_field.inc \views_handler_field_broken::ui_name()

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

Overrides views_handler_field::ui_name

File

handlers/views_handler_field.inc, line 1644
Definition of views_handler_field.

Class

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

Code

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