You are here

protected property LdapUserMappingToLdapForm::$events in Lightweight Directory Access Protocol (LDAP) 8.4

Events.

Type: array

Overrides LdapUserMappingBaseForm::$events

File

ldap_user/src/Form/LdapUserMappingToLdapForm.php, line 31

Class

LdapUserMappingToLdapForm
Provides the form to configure user configuration and field mapping.

Namespace

Drupal\ldap_user\Form

Code

protected $events = [
  self::EVENT_CREATE_LDAP_ENTRY,
  self::EVENT_SYNC_TO_LDAP_ENTRY,
];