You are here

public function InitSubscriber::onEvent in Lightweight Directory Access Protocol (LDAP) 8.3

File

ldap_user/src/EventSubscriber/InitSubscriber.php, line 24

Class

InitSubscriber
Subscriber for the semaphore storage.

Namespace

Drupal\ldap_user\EventSubscriber

Code

public function onEvent() {

  // Reset for simpletest page load behavior.
  SemaphoreStorage::flushAllValues();
}