You are here

public function ViewUI::enable in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::enable()

Enables the configuration entity.

Return value

$this

Overrides ConfigEntityInterface::enable

File

core/modules/views_ui/src/ViewUI.php, line 1063

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public function enable() {
  return $this->storage
    ->enable();
}