You are here

function redirect_handler_field_redirect_operations::construct in Redirect 7

Same name and namespace in other branches
  1. 7.2 views/redirect_handler_field_redirect_operations.inc \redirect_handler_field_redirect_operations::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

views/redirect_handler_field_redirect_operations.inc, line 9
Redirect field handler for redirect operations.

Class

redirect_handler_field_redirect_operations
@file Redirect field handler for redirect operations.

Code

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