public function EntityNG::uuid

Overrides Entity::uuid().

Overrides Entity::uuid

File

drupal/core/lib/Drupal/Core/Entity/EntityNG.php, line 74
Definition of Drupal\Core\Entity\EntityNG.

Class

EntityNG
Implements Entity Field API specific enhancements to the Entity class.

Namespace

Drupal\Core\Entity

Code

public function uuid() {
  return $this
    ->get('uuid')->value;
}