public function ViewStorageInterface::enable

Sets the configuration entity status to enabled.

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

File

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

Class

ViewStorageInterface
Defines an interface for View storage classes.

Namespace

Drupal\views

Code

public function enable();