function views_handler_field_node_translation_link::query
Called to add the field to a query.
Overrides views_handler_field::query
File
-
modules/
translation/ views_handler_field_node_translation_link.inc, line 29
Class
- views_handler_field_node_translation_link
- Field handler to present a link to the node.
Code
public function query() {
$this->ensure_my_table();
$this->add_additional_fields();
}