You are here

public function SyncMappingHelper::getAllSyncMappings in Lightweight Directory Access Protocol (LDAP) 8.3

Returns all available mappings.

@TODO: Try to remove this, parsing of arrays as in LdapUserAdminForm is not ideal.

Return value

array All sync mappings.

File

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

Class

SyncMappingHelper
Helper class to process user field synchronisation mappings.

Namespace

Drupal\ldap_user\Helper

Code

public function getAllSyncMappings() {
  return $this->syncMapping;
}