You are here

public function CrmCoreUserSyncRelationInterface::getUserRelationId in CRM Core 8

Retrieves the relation for specified user.

Return value

int|null Relation ID, if exists.

1 method overrides CrmCoreUserSyncRelationInterface::getUserRelationId()
CrmCoreUserSyncRelation::getUserRelationId in modules/crm_core_user_sync/src/CrmCoreUserSyncRelation.php
Retrieves the relation for specified user.

File

modules/crm_core_user_sync/src/CrmCoreUserSyncRelationInterface.php, line 35

Class

CrmCoreUserSyncRelationInterface
CrmCoreUserSyncRelation service.

Namespace

Drupal\crm_core_user_sync

Code

public function getUserRelationId($user_id);