You are here

function menu_link_handler_sort_weight::ui_name in Menu Link (Field) 7

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

Overrides views_handler::ui_name

File

views/menu_link_handler_sort_weight.inc, line 108

Class

menu_link_handler_sort_weight
Handler for menu weight field of menu_link module

Code

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