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