You are here

function commerce_backoffice_handler_field_term_entity_tid::query in Commerce Backoffice 7

The query method shouldn't do anything, since all information is taken from entities loaded later in the process.

Overrides views_handler_field::query

File

includes/views/handlers/commerce_backoffice_handler_field_term_entity_tid.inc, line 67
Definition of commerce_backoffice_handler_field_term_entity_tid.

Class

commerce_backoffice_handler_field_term_entity_tid
Field handler to display all taxonomy terms of an entity.

Code

function query($use_groupby = FALSE) {
}