public property ViewStorage::$disabled in Views (for Drupal 7) 8.3
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
- lib/
Drupal/ views/ ViewStorage.php, line 95 - Definition of Drupal\views\ViewStorage.
Class
- ViewStorage
- Defines a ViewStorage configuration entity class.
Namespace
Drupal\viewsCode
public $disabled = FALSE;