You are here

public function revisioning_handler_field_node_last_editor::construct in Revisioning 7

Same name and namespace in other branches
  1. 8 views/revisioning_handler_field_node_last_editor.inc \revisioning_handler_field_node_last_editor::construct()
  2. 6.3 views/revisioning_handler_field_node_last_editor.inc \revisioning_handler_field_node_last_editor::construct()

Call constructor.

Overrides views_handler_field::construct

File

views/revisioning_handler_field_node_last_editor.inc, line 13
Handler for the 'Node: last edited by' field.

Class

revisioning_handler_field_node_last_editor
@file Handler for the 'Node: last edited by' field.

Code

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