You are here

protected property CredentialsCheckFlood::$accounts in Commerce Core 8.2

The static cache of loaded accounts.

Type: \Drupal\Core\Session\AccountInterface[]

File

src/CredentialsCheckFlood.php, line 42

Class

CredentialsCheckFlood
Provides flood protection for login credential checks.

Namespace

Drupal\commerce

Code

protected $accounts = [];