ViewUI::enable

public ViewUI::enable()

Enables the configuration entity.

Return value

$this

Overrides ConfigEntityInterface::enable

File

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

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public function enable() {
  return $this->storage->enable();
}
doc_Drupal
2016-10-29 09:55:54
Comments
Leave a Comment

Please login to continue.