public function Node::id

Implements Drupal\Core\Entity\EntityInterface::id().

Overrides Entity::id

File

drupal/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php, line 210
Definition of Drupal\node\Plugin\Core\Entity\Node.

Class

Node
Defines the node entity class.

Namespace

Drupal\node\Plugin\Core\Entity

Code

public function id() {
  return $this->nid;
}