function views_handler_field_node_path::construct

Overrides views_handler_field::construct

File

modules/node/views_handler_field_node_path.inc, line 28

Class

views_handler_field_node_path
Field handler to present the path to the node.

Code

public function construct() {
    parent::construct();
    $this->additional_fields['nid'] = 'nid';
}