You are here

protected property MemoryBackend::$events in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Flood/MemoryBackend.php \Drupal\Core\Flood\MemoryBackend::events

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

File

core/lib/Drupal/Core/Flood/MemoryBackend.php, line 27
Contains \Drupal\Core\Flood\MemoryBackend.

Class

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

Namespace

Drupal\Core\Flood

Code

protected $events = array();