You are here

function image_handler_field_image_node_image::query in Image 6

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

query() override to not query this fake field.

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();
}