Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::setOriginalId()
  2. 9 core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::setOriginalId()

Sets the original ID.

Parameters

int|string|null $id: The new ID to set as original ID. If the entity supports renames, setting NULL will prevent an update from being considered a rename.

Return value

$this

1 method overrides EntityInterface::setOriginalId()
EntityBase::setOriginalId in core/lib/Drupal/Core/Entity/EntityBase.php
Sets the original ID.

File

core/lib/Drupal/Core/Entity/EntityInterface.php, line 388

Class

EntityInterface
Defines a common interface for all entity objects.

Namespace

Drupal\Core\Entity

Code

public function setOriginalId($id);