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
1 | protected $request ; |
Please login to continue.