Loading core/modules/comment/src/Controller/CommentController.php +1 −1 Original line number Diff line number Diff line Loading @@ -203,7 +203,7 @@ public function redirectNode(EntityInterface $node) { * (optional) Some comments are replies to other comments. In those cases, * $pid is the parent comment's comment ID. Defaults to NULL. * * @return array|\Symfony\Component\HttpFoundation\RedirectResponse * @return array * An associative array containing: * - An array for rendering the entity or parent comment. * - comment_entity: If the comment is a reply to the entity. Loading Loading
core/modules/comment/src/Controller/CommentController.php +1 −1 Original line number Diff line number Diff line Loading @@ -203,7 +203,7 @@ public function redirectNode(EntityInterface $node) { * (optional) Some comments are replies to other comments. In those cases, * $pid is the parent comment's comment ID. Defaults to NULL. * * @return array|\Symfony\Component\HttpFoundation\RedirectResponse * @return array * An associative array containing: * - An array for rendering the entity or parent comment. * - comment_entity: If the comment is a reply to the entity. Loading