You are here

private function SyncMappingHelper::setAllSyncMappings in Lightweight Directory Access Protocol (LDAP) 8.3

Setter function to ease testing.

Parameters

array $mappings: Set all mappings.

1 call to SyncMappingHelper::setAllSyncMappings()
SyncMappingHelper::processSyncMappings in ldap_user/src/Helper/SyncMappingHelper.php
Derive synchronization mappings from configuration.

File

ldap_user/src/Helper/SyncMappingHelper.php, line 150

Class

SyncMappingHelper
Helper class to process user field synchronisation mappings.

Namespace

Drupal\ldap_user\Helper

Code

private function setAllSyncMappings(array $mappings) {
  $this->syncMapping = $mappings;
}