You are here

function workbench_access_handler_field_section::query in Workbench Access 7

Called to add the field to a query.

Overrides views_handler_field::query

File

includes/workbench_access_handler_field_section.inc, line 23
Views integration for Workbench Access.

Class

workbench_access_handler_field_section
@file Views integration for Workbench Access.

Code

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