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
Namespace
Drupal\simple_ldap_user\FormCode
public function populateObjectClassAttributes(array &$form, FormStateInterface $form_state) {
return array(
$form['users']['attribute_mapping'],
);
}