protected property View::$disabled

Returns whether the view's status is disabled or not.

This value is used for exported view, to provide some default views which aren't enabled.

Type: bool

File

drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php, line 120
Definition of Drupal\views\Plugin\Core\Entity\View.

Class

View
Defines a View configuration entity class.

Namespace

Drupal\views\Plugin\Core\Entity

Code

protected $disabled = FALSE;