1 views_handler_filter.inc | views_handler_filter_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_filter.inc, line 1411 - @todo.
Class
- views_handler_filter_broken
- A special handler to take the place of missing or broken handlers.
Code
function ui_name($short = FALSE) {
return t('Broken/missing handler');
}