1 redirect_handler_field_redirect_operations.inc redirect_handler_field_redirect_operations::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

core/modules/redirect/views/redirect_handler_field_redirect_operations.inc, line 34
Redirect field handler for redirect operations.

Class

redirect_handler_field_redirect_operations

Code

function query() {
  $this->ensure_my_table();
  $this->add_additional_fields();
}