public function View::isEnabled

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

Overrides ViewStorageInterface::isEnabled

1 call to View::isEnabled()

File

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

Class

View
Defines a View configuration entity class.

Namespace

Drupal\views\Plugin\Core\Entity

Code

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