You are here

Events.php in Simple LDAP 8

File

modules/simple_ldap_user/src/Events/Events.php
View source
<?php

namespace Drupal\simple_ldap_user\Events;

class Events {
  const USER_SYNCHRONIZATION = 'simple_ldap_user.user_synchronization';

}

Classes

Namesort descending Description
Events