Defines the memory flood backend. This is used for testing.
Expanded class hierarchy of MemoryBackend
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MemoryBackend:: |
protected | property | An array holding flood events, keyed by event name and identifier. | |
MemoryBackend:: |
protected | property | A request object. | |
MemoryBackend:: |
public | function |
Implements Drupal\Core\Flood\FloodInterface::clear(). Overrides FloodInterface:: |
|
MemoryBackend:: |
public | function |
Implements Drupal\Core\Flood\FloodInterface::garbageCollection(). Overrides FloodInterface:: |
|
MemoryBackend:: |
public | function |
Implements Drupal\Core\Flood\FloodInterface::isAllowed(). Overrides FloodInterface:: |
|
MemoryBackend:: |
public | function |
Implements Drupal\Core\Flood\FloodInterface::register(). Overrides FloodInterface:: |
|
MemoryBackend:: |
public | function | Construct the MemoryBackend. |