public function ViewStorageInterface::isEnabled

Returns whether the configuration entity is enabled.

Return value

bool

2 methods override ViewStorageInterface::isEnabled()
View::isEnabled in drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php
Implements Drupal\views\ViewStorageInterface::isEnabled().
ViewUI::isEnabled in drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php
Implements \Drupal\views\ViewStorageInterface::isEnabled().

File

drupal/core/modules/views/lib/Drupal/views/ViewStorageInterface.php, line 32
Definition of Drupal\views\ViewStorageInterface.

Class

ViewStorageInterface
Defines an interface for View storage classes.

Namespace

Drupal\views

Code

public function isEnabled();