public function ViewUI::enable in Drupal 9
Same name and namespace in other branches
- 8 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 1046
Class
- ViewUI
- Stores UI related temporary settings.
Namespace
Drupal\views_uiCode
public function enable() {
return $this->storage
->enable();
}