function Comment::getCommentedEntity
Overrides CommentInterface::getCommentedEntity
2 calls to Comment::getCommentedEntity()
- Comment::postSave in core/
modules/ comment/ src/ Entity/ Comment.php - Acts on a saved entity before the insert or update hook is invoked.
- Comment::referencedEntities in core/
modules/ comment/ src/ Entity/ Comment.php - Gets a list of entities referenced by this entity.
File
-
core/
modules/ comment/ src/ Entity/ Comment.php, line 365
Class
- Comment
- Defines the comment entity class.
Namespace
Drupal\comment\EntityCode
public function getCommentedEntity() {
return $this->get('entity_id')->entity;
}