You are here

protected property View::$executable in Zircon Profile 8.0

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 113
Contains \Drupal\views\Entity\View.

Class

View
Defines a View configuration entity class.

Namespace

Drupal\views\Entity

Code

protected $executable;