W3cubDocs

/Drupal 8

protected property ConfigEntityBase::$originalId

The original ID of the configuration entity.

The ID of a configuration entity is a unique string (machine name). When a configuration entity is updated and its machine name is renamed, the original ID needs to be known.

Type: string

File

core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php, line 35

Class

ConfigEntityBase
Defines a base configuration entity class.

Namespace

Drupal\Core\Config\Entity

Code

protected $originalId;

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!Entity!ConfigEntityBase.php/property/ConfigEntityBase::originalId/8.1.x