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

Implements EntityInterface::entityType().

Overrides EntityInterface::entityType

File

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

Class

Comment
Defines the comment entity class.

Code

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