You are here

function entityform_handler_entityform_operations_field::query in Entityform 7

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

Called to add the field to a query.

Overrides views_handler_field::query

File

views/entityform_handler_entityform_operations_field.inc, line 15
This field handler aggregates operations that can be done on a entityform under a single field providing a more flexible way to present them in a view

Class

entityform_handler_entityform_operations_field
@file This field handler aggregates operations that can be done on a entityform under a single field providing a more flexible way to present them in a view

Code

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