Sets the original ID.
Parameters
string $id:
The new ID to set as original ID.
Return value
void
File
- drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php, line 33
- Definition of Drupal\Core\Config\Entity\ConfigEntityInterface.
Class
- ConfigEntityInterface
- Defines the interface common for all configuration entities.
Namespace
Drupal\Core\Config\Entity
Code
public function setOriginalID($id);