You are here

public function CrmCoreUserSyncRelationInterface::getUserIndividualId in CRM Core 8

Retrieves the individual contact id for specified user.

Return value

int|null Individual id, if relation exists.

1 method overrides CrmCoreUserSyncRelationInterface::getUserIndividualId()
CrmCoreUserSyncRelation::getUserIndividualId in modules/crm_core_user_sync/src/CrmCoreUserSyncRelation.php
Retrieves the individual contact id for specified user.

File

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

Class

CrmCoreUserSyncRelationInterface
CrmCoreUserSyncRelation service.

Namespace

Drupal\crm_core_user_sync

Code

public function getUserIndividualId($user_id);