1 redirect_handler_field_redirect_operations.inc | redirect_handler_field_redirect_operations::construct() |
Construct a new field handler.
Overrides views_handler_field::construct
File
- core/
modules/ redirect/ views/ redirect_handler_field_redirect_operations.inc, line 8 - Redirect field handler for redirect operations.
Class
Code
function construct() {
parent::construct();
$this->additional_fields['rid'] = 'rid';
}