You are here

public function RelationInterface::getIndividualId in CRM Core 8.3

Same name and namespace in other branches
  1. 8 modules/crm_core_user_sync/src/RelationInterface.php \Drupal\crm_core_user_sync\RelationInterface::getIndividualId()

Returns the relation individual ID.

Return value

int|null The relation individual ID, or NULL in case the individual ID field has not been set.

1 method overrides RelationInterface::getIndividualId()
Relation::getIndividualId in modules/crm_core_user_sync/src/Entity/Relation.php
Returns the relation individual ID.

File

modules/crm_core_user_sync/src/RelationInterface.php, line 75

Class

RelationInterface
Provides an interface defining a relation entity type.

Namespace

Drupal\crm_core_user_sync

Code

public function getIndividualId();