protected function MongodbFlood::request in MongoDB 8
Return value
\Symfony\Component\HttpFoundation\Request
File
- src/
MongodbFlood.php, line 108 - Definition of Drupal\mongodb\MongodbFlood.
Class
- MongodbFlood
- Defines the mongodb flood backend.
Namespace
Drupal\mongodbCode
protected function request() {
return $this->requestStack
->getCurrentRequest();
}