You are here

function views_menu_children_argument::title in Views Menu Node Children Filter 7

Get the title this argument will assign the view, given the argument.

This usually needs to be overridden to provide a proper title.

Overrides views_handler_argument_numeric::title

File

includes/views_menu_children_argument.inc, line 68

Class

views_menu_children_argument

Code

function title() {
  return parent::title();
}