function Comment::getCommentedEntity
Same name in other branches
- 8.9.x core/modules/comment/src/Entity/Comment.php \Drupal\comment\Entity\Comment::getCommentedEntity()
- 10 core/modules/comment/src/Entity/Comment.php \Drupal\comment\Entity\Comment::getCommentedEntity()
- 11.x core/modules/comment/src/Entity/Comment.php \Drupal\comment\Entity\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 355
Class
- Comment
- Defines the comment entity class.
Namespace
Drupal\comment\EntityCode
public function getCommentedEntity() {
return $this->get('entity_id')->entity;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.