You are here

public function ViewStorage::isEnabled in Views (for Drupal 7) 8.3

Implements Drupal\views\ViewStorageInterface::isEnabled().

Overrides ViewStorageInterface::isEnabled

1 call to ViewStorage::isEnabled()
ViewStorage::getPaths in lib/Drupal/views/ViewStorage.php
Gets a list of paths assigned to the view.

File

lib/Drupal/views/ViewStorage.php, line 206
Definition of Drupal\views\ViewStorage.

Class

ViewStorage
Defines a ViewStorage configuration entity class.

Namespace

Drupal\views

Code

public function isEnabled() {
  return !$this->disabled;
}