You are here

function party_activity_handler_operations_field::query in Party 7

Same name and namespace in other branches
  1. 8.2 modules/party_activity/views/party_activity_handler_operations_field.inc \party_activity_handler_operations_field::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/party_activity/views/party_activity_handler_operations_field.inc, line 17
Operations handler for party_activities.

Class

party_activity_handler_operations_field
This field handler aggregates operations that can be done on a model 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();
}