You are here

protected property View::$executable in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Entity/View.php \Drupal\views\Entity\View::executable

Stores a reference to the executable version of this view.

Type: \Drupal\views\ViewExecutable

File

core/modules/views/src/Entity/View.php, line 108

Class

View
Defines a View configuration entity class.

Namespace

Drupal\views\Entity

Code

protected $executable;