ViewUI::getOriginalId

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

1
2
3
public function getOriginalId() {
  return $this->storage->getOriginalId();
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.