views_handler_argument::$name_field

The field to use for the name to use in the summary.

Used as the displayed output. For example, for the node: nid argument, the argument itself is the nid, but node.title is displayed.

Type: string

File

handlers/views_handler_argument.inc, line 69

Class

views_handler_argument
Base class for arguments.

Code

public $name_field;