1 node.entity.inc | public Node::entityType() |
Implements EntityInterface::entityType().
Overrides EntityInterface::entityType
File
- core/
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';
}