function Comment::getCommentedEntity

Same name and namespace in other branches
  1. 9 core/modules/comment/src/Entity/Comment.php \Drupal\comment\Entity\Comment::getCommentedEntity()
  2. 10 core/modules/comment/src/Entity/Comment.php \Drupal\comment\Entity\Comment::getCommentedEntity()
  3. 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\Entity

Code

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.