You are here

function party_activity_handler_operations_field::query in Party 8.2

Same name and namespace in other branches
  1. 7 modules/party_activity/views/party_activity_handler_operations_field.inc \party_activity_handler_operations_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();
}