1 comment.entity.inc | public Comment::entityType() |
Implements EntityInterface::entityType().
Overrides EntityInterface::entityType
File
- core/
modules/ comment/ comment.entity.inc, line 108 - Entity controller and class for comments.
Class
- Comment
- Defines the comment entity class.
Code
public function entityType() {
return 'comment';
}