public function RelationInterface::getUserId in CRM Core 8
Same name and namespace in other branches
- 8.3 modules/crm_core_user_sync/src/RelationInterface.php \Drupal\crm_core_user_sync\RelationInterface::getUserId()
Returns the relation user ID.
Return value
int|null The relation user ID, or NULL in case the user ID field has not been set.
1 method overrides RelationInterface::getUserId()
- Relation::getUserId in modules/
crm_core_user_sync/ src/ Entity/ Relation.php - Returns the relation user ID.
File
- modules/
crm_core_user_sync/ src/ RelationInterface.php, line 38
Class
- RelationInterface
- Provides an interface defining a relation entity type.
Namespace
Drupal\crm_core_user_syncCode
public function getUserId();