Used to store views that were previously running if we recurse.
Type: \Drupal\views\ViewExecutable[]
File
- core/modules/views/src/ViewExecutable.php, line 159
Class
- ViewExecutable
- Represents a view as a whole.
Namespace
Drupal\views
Code
1 | public $old_view = array (); |
Please login to continue.