public function SyncMappingHelper::__construct in Lightweight Directory Access Protocol (LDAP) 8.3
Constructor.
File
- ldap_user/
src/ Helper/ SyncMappingHelper.php, line 49
Class
- SyncMappingHelper
- Helper class to process user field synchronisation mappings.
Namespace
Drupal\ldap_user\HelperCode
public function __construct() {
$this->config = \Drupal::config('ldap_user.settings');
$this
->loadSyncMappings();
}