You are here

public function views_handler_field_locale_link_edit::query in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 modules/locale/views_handler_field_locale_link_edit.inc \views_handler_field_locale_link_edit::query()
  2. 6.2 modules/locale/views_handler_field_locale_link_edit.inc \views_handler_field_locale_link_edit::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/locale/views_handler_field_locale_link_edit.inc, line 49
Contains .

Class

views_handler_field_locale_link_edit
Field handler to present a link to edit a translation.

Code

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