You are here

function og_views_handler_field_og_subscribe::construct 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::construct()

File

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

Class

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

Code

function construct() {
  parent::construct();
  $this->additional_fields['og_selective'] = 'og_selective';
}