You are here

function og_views_handler_field_og_invite::construct in Organic groups 6.2

File

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

Class

og_views_handler_field_og_invite
Field handler to show 'invite' link.

Code

function construct() {
  parent::construct();
  $this->additional_fields['og_selective'] = 'og_selective';
  $this->additional_fields['nid'] = array(
    'table' => 'node',
    'field' => 'nid',
  );
}