function 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 1077

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.