MemoryBackend::$events

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

File

core/lib/Drupal/Core/Flood/MemoryBackend.php, line 22

Class

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

Namespace

Drupal\Core\Flood

Code

1
protected $events = array();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.