You are here

function views_handler_field_node_registration_path::construct in Node registration 7

Construct a new field handler.

Overrides views_handler_field::construct

File

includes/views/views_handler_field_node_registration_path.inc, line 17
Handler for Node registration path field.

Class

views_handler_field_node_registration_path
@file Handler for Node registration path field.

Code

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