You are here

public function entityform_handler_entityform_operations_field::query in Entityform 7.2

Same name and namespace in other branches
  1. 7 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 20
This field handler aggregates entityform operation links with a single field.

Class

entityform_handler_entityform_operations_field
@file This field handler aggregates entityform operation links with a single field.

Code

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