function views_handler_field_group_by_numeric::ui_name

Overrides views_handler::ui_name

File

handlers/views_handler_field_group_by_numeric.inc, line 40

Class

views_handler_field_group_by_numeric
Handler for GROUP BY on simple numeric fields.

Code

function ui_name($short = FALSE) {
    return $this->get_field(parent::ui_name($short));
}