You are here

function redirect_handler_field_redirect_link_edit::query in Redirect 7.2

Same name and namespace in other branches
  1. 7 views/redirect_handler_field_redirect_link_edit.inc \redirect_handler_field_redirect_link_edit::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

views/redirect_handler_field_redirect_link_edit.inc, line 29
Redirect field handler for edit links.

Class

redirect_handler_field_redirect_link_edit
@file Redirect field handler for edit links.

Code

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