protected property MemoryBackend::$events

An array holding flood events, keyed by event name and identifier.

File

drupal/core/lib/Drupal/Core/Flood/MemoryBackend.php, line 27
Definition of Drupal\Core\Flood\MemoryBackend.

Class

MemoryBackend
Defines the memory flood backend. This is used for testing.

Namespace

Drupal\Core\Flood

Code

protected $events = array();