1 redirect_handler_field_redirect_link_delete.inc redirect_handler_field_redirect_link_delete::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

core/modules/redirect/views/redirect_handler_field_redirect_link_delete.inc, line 28
Redirect field handler for edit links.

Class

redirect_handler_field_redirect_link_delete

Code

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