1.20.x comment.entity.inc public Comment::bundle()

Implements EntityInterface::bundle().

Overrides Entity::bundle

File

modules/comment/comment.entity.inc, line 108
Entity controller and class for comments.

Class

Comment
Defines the comment entity class.

Code

public function bundle() {
  return $this->node_type;
}