1.20.x views_handler_field.inc | views_handler_field::ui_name($short = FALSE) |
Return a string representing this handler's name in the UI.
Overrides views_handler::ui_name
File
- modules/
views/ handlers/ views_handler_field.inc, line 1603 - @todo.
Class
- views_handler_field
- Base field handler that has no options and renders an unformatted field.
Code
function ui_name($short = FALSE) {
return $this->get_field(parent::ui_name($short));
}