1 redirect_handler_field_redirect_link_edit.inc redirect_handler_field_redirect_link_edit::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

core/modules/redirect/views/redirect_handler_field_redirect_link_edit.inc, line 8
Redirect field handler for edit links.

Class

redirect_handler_field_redirect_link_edit

Code

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