function views_handler_argument_group_by_numeric::ui_name

Return a string representing this handler's name in the UI.

Overrides views_handler::ui_name

File

handlers/views_handler_argument_group_by_numeric.inc, line 29

Class

views_handler_argument_group_by_numeric
Simple handler for arguments using group by.

Code

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