You are here

class Events in Simple LDAP 8

Hierarchy

  • class \Drupal\simple_ldap_user\Events\Events

Expanded class hierarchy of Events

1 file declares its use of Events
SimpleLdapUserSync.php in modules/simple_ldap_user/src/SimpleLdapUserSync.php

File

modules/simple_ldap_user/src/Events/Events.php, line 5

Namespace

Drupal\simple_ldap_user\Events
View source
class Events {
  const USER_SYNCHRONIZATION = 'simple_ldap_user.user_synchronization';

}

Members