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

public function getOriginalId() {
  return $this->storage->getOriginalId();
}
doc_Drupal
2016-10-29 09:55:58
Comments
Leave a Comment

Please login to continue.