function views_handler_field_node_path::construct

3.x views_handler_field_node_path.inc views_handler_field_node_path::construct()
2.x views_handler_field_node_path.inc views_handler_field_node_path::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

modules/node/views_handler_field_node_path.inc, line 22
Handler for node path field.

Class

views_handler_field_node_path
Field handler to present the path to the node.

Code

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