You are here

CiviCrmGroupContact.php in CiviCRM Entity 8.3

File

src/Plugin/views/relationship/CiviCrmGroupContact.php
View source
<?php

namespace Drupal\civicrm_entity\Plugin\views\relationship;


/**
 * Relationship for referencing civicrm_contact and civicrm_group.
 *
 * @ingroup views_relationship_handlers
 *
 * @ViewsRelationship("civicrm_entity_civicrm_group_contact")
 */
class CiviCrmGroupContact extends CiviCrmBridgeRelationshipBase {

}

Classes

Namesort descending Description
CiviCrmGroupContact Relationship for referencing civicrm_contact and civicrm_group.