You are here

CiviCrmCaseContact.php in CiviCRM Entity 8.3

File

src/Plugin/views/relationship/CiviCrmCaseContact.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_case_contact")
 */
class CiviCrmCaseContact extends CiviCrmBridgeRelationshipBase {

}

Classes

Namesort descending Description
CiviCrmCaseContact Relationship for referencing civicrm_contact and civicrm_group.