You are here

CiviCrmCaseActivity.php in CiviCRM Entity 8.3

File

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

namespace Drupal\civicrm_entity\Plugin\views\relationship;


/**
 * Relationship for referencing civicrm_case and civicrm_activity.
 *
 * @ingroup views_relationship_handlers
 *
 * @ViewsRelationship("civicrm_entity_civicrm_case_activity")
 */
class CiviCrmCaseActivity extends CiviCrmBridgeRelationshipBase {

}

Classes

Namesort descending Description
CiviCrmCaseActivity Relationship for referencing civicrm_case and civicrm_activity.