function MemoryBackend::__construct
Construct the MemoryBackend.
Parameters
\Symfony\Component\HttpFoundation\RequestStack $request_stack: The request stack used to retrieve the current request.
File
-
core/
lib/ Drupal/ Core/ Flood/ MemoryBackend.php, line 30
Class
- MemoryBackend
- Defines the memory flood backend. This is used for testing.
Namespace
Drupal\Core\FloodCode
public function __construct(RequestStack $request_stack) {
$this->requestStack = $request_stack;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.