civicrm_entity-8.x-3.0-beta1/src/Plugin/views/relationship/CiviCrmCaseContact.php
src/Plugin/views/relationship/CiviCrmCaseContact.php
<?php
namespace Drupal\civicrm_entity\Plugin\views\relationship;
use Drupal\views\Attribute\ViewsRelationship;
/**
* Relationship for referencing civicrm_contact and civicrm_group.
*
* @ingroup views_relationship_handlers
*
* @ViewsRelationship("civicrm_entity_civicrm_case_contact")
*/
#[ViewsRelationship("civicrm_entity_civicrm_case_contact")]
class CiviCrmCaseContact extends CiviCrmBridgeRelationshipBase {
}
