function ViewUI::id
Same name in other branches
- 9 core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::id()
- 8.9.x core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\ViewUI::id()
- 11.x core/modules/views_ui/src/ViewUI.php \Drupal\views_ui\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 929
Class
- ViewUI
- Stores UI related temporary settings.
Namespace
Drupal\views_uiCode
public function id() {
return $this->storage
->id();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.