You are here

function og_views_handler_field_og_subscribe::query in Organic groups 6

Same name and namespace in other branches
  1. 6.2 modules/og_views/includes/og_views_handler_field_og_subscribe.inc \og_views_handler_field_og_subscribe::query()

File

modules/og_views/includes/og_views_handler_field_og_subscribe.inc, line 13

Class

og_views_handler_field_og_subscribe
Field handler to allow show 'join' link or empty if already member.

Code

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