You are here

protected property View::$executable in Drupal 8

Same name and namespace in other branches
  1. 9 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 110

Class

View
Defines a View configuration entity class.

Namespace

Drupal\views\Entity

Code

protected $executable;