public function ViewUI::id

Implements \Drupal\Core\Entity\EntityInterface::id().

Overrides EntityInterface::id

4 calls to ViewUI::id()
ViewUI::addFormToStack in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php
Add another form to the stack; clicking 'apply' will go to this form rather than closing the ajax popup.
ViewUI::cacheSet in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php
Sets a cached view object in the user tempstore.
ViewUI::renderPreview in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php
ViewUI::standardCancel in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php
Submit handler for cancel button

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php, line 806
Definition of Drupal\views_ui\ViewUI.

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

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