You are here

function entity_translation_handler_field_label::query in Entity Translation 7

Called to add the field to a query.

Overrides views_handler_field::query

File

views/entity_translation_handler_field_label.inc, line 17
This file contains a label field handler for entity translation.

Class

entity_translation_handler_field_label
This handler shows the entity label for entities in the entity_translation table.

Code

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