Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Comment.php

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\Entity

Code

public function getCommentedEntity() {
    return $this->get('entity_id')->entity;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal