public ViewUI::getOriginalId()
Gets the original ID.
Return value
int|string|null The original ID, or NULL if no ID was set or for entity types that do not support renames.
Overrides EntityInterface::getOriginalId
File
- core/modules/views_ui/src/ViewUI.php, line 1076
Class
- ViewUI
- Stores UI related temporary settings.
Namespace
Drupal\views_ui
Code
public function getOriginalId() { return $this->storage->getOriginalId(); }
Please login to continue.