You are here

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

Events.

Type: array

Overrides LdapUserMappingBaseForm::$events

File

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

Class

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

Namespace

Drupal\ldap_user\Form

Code

protected $events = [
  self::EVENT_CREATE_DRUPAL_USER,
  self::EVENT_SYNC_TO_DRUPAL_USER,
];