You are here

function notifications_views_handler_field_subscription_link::query in Notifications 7

Called to add the field to a query.

Overrides views_handler_field::query

File

notifications_views/includes/notifications_views_handler_field_subscription_link.inc, line 28

Class

notifications_views_handler_field_subscription_link
Field handler to present a link to the subscription.

Code

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