Stores the current request object.
Type: \Symfony\Component\HttpFoundation\Request
File
- core/modules/views/src/ViewExecutable.php, line 327
Class
- ViewExecutable
- Represents a view as a whole.
Namespace
Drupal\views
Code
protected $request;
Stores the current request object.
Type: \Symfony\Component\HttpFoundation\Request
Drupal\views
protected $request;
Please login to continue.