You are here

CiviCrmContactUser.php in CiviCRM Entity 8.3

File

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

namespace Drupal\civicrm_entity\Plugin\views\relationship;


/**
 * Relationship for referencing civicrm_contact and user.
 *
 * @ingroup views_relationship_handlers
 *
 * @ViewsRelationship("civicrm_entity_civicrm_contact_user")
 */
class CiviCrmContactUser extends CiviCrmBridgeRelationshipBase {

}

Classes

Namesort descending Description
CiviCrmContactUser Relationship for referencing civicrm_contact and user.