Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ViewUI.php

function ViewUI::id

Overrides EntityInterface::id

3 calls to ViewUI::id()
ViewUI::addFormToStack in core/modules/views_ui/src/ViewUI.php
Adds another form to the stack.
ViewUI::cacheSet in core/modules/views_ui/src/ViewUI.php
Sets a cached view object in the shared tempstore.
ViewUI::renderPreview in core/modules/views_ui/src/ViewUI.php

File

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

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public function id() {
    return $this->storage
        ->id();
}
RSS feed
Powered by Drupal