You are here

function popup_views_integration_handler_field_popup::query in Popup Views integration 7

Defines the query that should be run. No queries needed in this case.

Overrides views_handler_field::query

File

./popup_views_integration_handler_field_popup.inc, line 15
Contain the integration with views A handler to provide a field for creating a configurable pop-up from the popup module.

Class

popup_views_integration_handler_field_popup
@file Contain the integration with views A handler to provide a field for creating a configurable pop-up from the popup module.

Code

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