public function ViewStorageInterface::disable

Sets the configuration entity status to disabled.

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

File

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

Class

ViewStorageInterface
Defines an interface for View storage classes.

Namespace

Drupal\views

Code

public function disable();