1 comment.entity.inc public Comment::bundle()

Implements EntityInterface::bundle().

Overrides Entity::bundle

File

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

Class

Comment
Defines the comment entity class.

Code

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