You are here

function redirect_handler_field_redirect_redirect::construct in Redirect 7

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

Construct a new field handler.

Overrides views_handler_field::construct

File

views/redirect_handler_field_redirect_redirect.inc, line 9
Redirect field handler for {redirect}.redirect.

Class

redirect_handler_field_redirect_redirect
@file Redirect field handler for {redirect}.redirect.

Code

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