You are here

public function SimpleLdapUserSettingsForm::populateObjectClassAttributes in Simple LDAP 8

Ajax callback for the object_class element.

File

modules/simple_ldap_user/src/Form/SimpleLdapUserSettingsForm.php, line 229

Class

SimpleLdapUserSettingsForm

Namespace

Drupal\simple_ldap_user\Form

Code

public function populateObjectClassAttributes(array &$form, FormStateInterface $form_state) {
  return array(
    $form['users']['attribute_mapping'],
  );
}