1 redirect_handler_field_redirect_redirect.inc redirect_handler_field_redirect_redirect::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

core/modules/redirect/views/redirect_handler_field_redirect_redirect.inc, line 8
Redirect field handler for {redirect}.redirect.

Class

redirect_handler_field_redirect_redirect

Code

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