You are here

function tmgmt_node_handler_field_translation_language_status_single::query in Translation Management Tool 7

Called to add the field to a query.

Overrides views_handler_field::query

File

sources/node/views/handlers/tmgmt_node_handler_field_translation_language_status_single.inc, line 58

Class

tmgmt_node_handler_field_translation_language_status_single
@todo What is this?

Code

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