You are here

function flexiform_handler_field_tags::query in Flexiform 7

Called to add the field to a query.

Overrides views_handler_field::query

File

includes/views/handlers/flexiform_handler_field_tags.inc, line 17
Contains a Views field handler to take care of displaying deletes links as fields

Class

flexiform_handler_field_tags
@file Contains a Views field handler to take care of displaying deletes links as fields

Code

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