1 redirect_handler_field_redirect_source.inc redirect_handler_field_redirect_source::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

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

Class

redirect_handler_field_redirect_source

Code

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