1.20.x node.entity.inc public Node::entityType()

Implements EntityInterface::entityType().

Overrides EntityInterface::entityType

File

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

Class

Node
Defines the node entity class.

Code

public function entityType() {
  return 'node';
}