You are here

oa_teams.inc in Open Atrium Core 7.2

File

modules/oa_teams/plugins/entityreference_selection/oa_teams.inc
View source
<?php

/**
 * @file
 * Plugin declaration for OaTeams_SelectionHandler.
 */
$plugin = array(
  'title' => t('Open Atrium Teams (includes inherited Teams)'),
  'class' => 'OaTeams_SelectionHandler',
  'weight' => 100,
);