1 node.entity.inc public Node::label()

Implements EntityInterface::label().

Overrides EntityInterface::label

File

core/modules/node/node.entity.inc, line 205
Entity controller and class for nodes.

Class

Node
Defines the node entity class.

Code

public function label() {
  return $this->title;
}