You are here

og_subspaces.inc in Open Atrium Core 7.2

File

plugins/entityreference/selection/og_subspaces.inc
View source
<?php

/**
 * @file og_subspaces.inc
 */

// NOTE:  plugin name MUST begin with og_ for OG to detect it as a group audience field!!
$plugin = array(
  'title' => t('OG Subspaces entity selection'),
  'class' => 'OgSubspacesSelectionHandler',
);