You are here

function image_handler_field_image_node_image::query in Image 7

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

query() override to not query this fake field.

Overrides views_handler_field::query

File

views/image_handler_field_image_node_image.inc, line 74
Views handler for image field.

Class

image_handler_field_image_node_image
Field handler to provide an image tag.

Code

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