You are here

service crm_core_user_sync.relation in CRM Core 8

Same name and namespace in other branches
  1. 8.3 modules/crm_core_user_sync/crm_core_user_sync.services.yml \crm_core_user_sync.relation

Class

Drupal\crm_core_user_sync\CrmCoreUserSyncRelation
2 string references to crm_core_user_sync.relation
CrmCoreUserSyncRelationTest::setUp in modules/crm_core_user_sync/tests/src/Kernel/CrmCoreUserSyncRelationTest.php
EditOwnContactInformationBlock::create in modules/crm_core_user_sync/src/Plugin/Block/EditOwnContactInformationBlock.php
Creates an instance of the plugin.

File

modules/crm_core_user_sync/crm_core_user_sync.services.yml
modules/crm_core_user_sync/crm_core_user_sync.services.yml

View source
  1. class: Drupal\crm_core_user_sync\CrmCoreUserSyncRelation
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@crm_core_user_sync.relation_rules'
  5. - '@logger.channel.crm_core_user_sync'