1 views_handler_field_term_link_edit.inc views_handler_field_term_link_edit::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

core/modules/taxonomy/views/views_handler_field_term_link_edit.inc, line 36
Definition of views_handler_field_term_link_edit.

Class

views_handler_field_term_link_edit
Field handler to present a term edit link.

Code

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