1 views_handler_sort_group_by_numeric.inc views_handler_sort_group_by_numeric::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_sort_group_by_numeric.inc, line 34
Definition of views_handler_sort_group_by_numeric.

Class

views_handler_sort_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));
}