You are here

public function CrmCoreUserSyncRelationInterface::getIndividualIdFromUserId in CRM Core 8.3

Retrieves the individual ID from the user ID.

Return value

int|null Individual ID, if relation exists.

1 method overrides CrmCoreUserSyncRelationInterface::getIndividualIdFromUserId()
CrmCoreUserSyncRelation::getIndividualIdFromUserId in modules/crm_core_user_sync/src/CrmCoreUserSyncRelation.php
Retrieves the individual ID from the user ID.

File

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

Class

CrmCoreUserSyncRelationInterface
CrmCoreUserSyncRelation service.

Namespace

Drupal\crm_core_user_sync

Code

public function getIndividualIdFromUserId($user_id);