Merge pull request #22487 from mattwire/repeattransactiontemplatecontribution
[civicrm-core.git] / Civi / Api4 / GroupOrganization.php
CommitLineData
19b53e5b 1<?php
380f3545
TO
2/*
3 +--------------------------------------------------------------------+
41498ac5 4 | Copyright CiviCRM LLC. All rights reserved. |
380f3545 5 | |
41498ac5
TO
6 | This work is published under the GNU AGPLv3 license with some |
7 | permitted exceptions and without any warranty. For full license |
8 | and copyright information, see https://civicrm.org/licensing |
380f3545
TO
9 +--------------------------------------------------------------------+
10 */
19b53e5b
C
11namespace Civi\Api4;
12
13/**
14 * GroupOrganization entity.
15 *
0493ec47
CW
16 * Relates groups to organizations.
17 *
e067edc0 18 * FIXME: For now, excluding this from SearchKit because it's confusingly similar to GroupContact
aa998597 19 * @searchable none
e067edc0 20 *
0493ec47 21 * @see \Civi\Api4\Group
d44cc3cb 22 * @since 5.19
19b53e5b
C
23 * @package Civi\Api4
24 */
25class GroupOrganization extends Generic\DAOEntity {
09815e9c 26 use Generic\Traits\EntityBridge;
19b53e5b
C
27
28}