Defines the cache backend factory.
Hierarchy
- class \Drupal\views\ViewExecutableFactory
 
File
- core/modules/views/src/ViewExecutableFactory.php, line 12
 
Namespace
Drupal\views
Members
| Name | Modifiers | Type | Description | 
|---|---|---|---|
| ViewExecutableFactory::$requestStack | protected | property | The request stack. | 
| ViewExecutableFactory::$routeProvider | protected | property | The route provider. | 
| ViewExecutableFactory::$user | protected | property | Stores the current user. | 
| ViewExecutableFactory::$viewsData | protected | property | The views data. | 
| ViewExecutableFactory::get | public | function | Instantiates a ViewExecutable class. | 
| ViewExecutableFactory::__construct | public | function | Constructs a new ViewExecutableFactory | 
Please login to continue.