public function EntityInterface::setOriginalId in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::setOriginalId()
- 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()
- ViewUI::setOriginalId in core/
modules/ views_ui/ src/ ViewUI.php - Sets the original ID.
File
- core/
lib/ Drupal/ Core/ Entity/ EntityInterface.php, line 386
Class
- EntityInterface
- Defines a common interface for all entity objects.
Namespace
Drupal\Core\EntityCode
public function setOriginalId($id);