ViewUI::setStatus

public ViewUI::setStatus($status)

Sets the status of the configuration entity.

Parameters

bool $status: The status of the configuration entity.

Return value

$this

Overrides ConfigEntityInterface::setStatus

File

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

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public function setStatus($status) {
  return $this->storage->setStatus($status);
}
doc_Drupal
2016-10-29 09:56:05
Comments
Leave a Comment

Please login to continue.