You are here

function field_collection_views_handler_field_host_entity_id::query in Field Collection Views 7

Same name and namespace in other branches
  1. 8 views/field_collection_views_handler_field_host_entity_id.inc \field_collection_views_handler_field_host_entity_id::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

views/field_collection_views_handler_field_host_entity_id.inc, line 11
Contains the host_entity_id field handler.

Class

field_collection_views_handler_field_host_entity_id
Field handler to display the host_entity_id

Code

function query() {

  // Do nothing, as this handler does not need to do anything to the query itself.
}