You are here

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

Returns whether the configuration entity is enabled.

Return value

bool

1 method overrides ViewStorageInterface::isEnabled()
ViewStorage::isEnabled in lib/Drupal/views/ViewStorage.php
Implements Drupal\views\ViewStorageInterface::isEnabled().

File

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();