function views_handler_field_broken::ui_name
3.x views_handler_field.inc | views_handler_field_broken::ui_name($short = FALSE) |
2.x views_handler_field.inc | views_handler_field_broken::ui_name($short = FALSE) |
Return a string representing this handler's name in the UI.
Overrides views_handler_field::ui_name
File
- handlers/
views_handler_field.inc, line 1555 - @todo.
Class
- views_handler_field_broken
- A special handler to take the place of missing or broken handlers.
Code
function ui_name($short = FALSE) {
return t('Broken/missing handler');
}