You are here

protected property ViewExecutable::$request in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/ViewExecutable.php \Drupal\views\ViewExecutable::request

Stores the current request object.

Type: \Symfony\Component\HttpFoundation\Request

File

core/modules/views/src/ViewExecutable.php, line 331

Class

ViewExecutable
Represents a view as a whole.

Namespace

Drupal\views

Code

protected $request;