Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/comment/src/CommentInterface.php @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
54 public function getParentComment(); | 54 public function getParentComment(); |
55 | 55 |
56 /** | 56 /** |
57 * Returns the entity to which the comment is attached. | 57 * Returns the entity to which the comment is attached. |
58 * | 58 * |
59 * @return \Drupal\Core\Entity\FieldableEntityInterface | 59 * @return \Drupal\Core\Entity\FieldableEntityInterface|null |
60 * The entity on which the comment is attached. | 60 * The entity on which the comment is attached or NULL if the comment is an |
61 * orphan. | |
61 */ | 62 */ |
62 public function getCommentedEntity(); | 63 public function getCommentedEntity(); |
63 | 64 |
64 /** | 65 /** |
65 * Returns the ID of the entity to which the comment is attached. | 66 * Returns the ID of the entity to which the comment is attached. |