1 redirect_handler_field_redirect_redirect.inc redirect_handler_field_redirect_redirect::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

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

Class

redirect_handler_field_redirect_redirect

Code

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