You are here

public static function SemaphoreStorage::flushAllValues in Lightweight Directory Access Protocol (LDAP) 8.3

Flush all values.

3 calls to SemaphoreStorage::flushAllValues()
InitSubscriber::onEvent in ldap_user/src/EventSubscriber/InitSubscriber.php
LdapUserAdminForm::submitForm in ldap_user/src/Form/LdapUserAdminForm.php
Form submission handler.
SemaphoreStorageTests::testPasswordStorage in ldap_user/tests/src/Unit/SemaphoreStorageTests.php
Tests the password storage.

File

ldap_user/src/Helper/SemaphoreStorage.php, line 62

Class

SemaphoreStorage
Management of the semaphore.

Namespace

Drupal\ldap_user\Helper

Code

public static function flushAllValues() {
  self::$accounts = [];
}