Issue #1790066 by larowlan: Fixed Missing @param doc for argument in comment_add().
parent
8808ec9c68
commit
b9b3596540
core/modules/comment
|
@ -796,6 +796,9 @@ function comment_node_page_additions(Node $node) {
|
|||
*
|
||||
* @param Drupal\node\Node $node
|
||||
* The node entity to be commented.
|
||||
* @param int $pid
|
||||
* (optional) Some comments are replies to other comments. In those cases,
|
||||
* $pid is the parent comment's comment ID. Defaults to NULL.
|
||||
*
|
||||
* @return array
|
||||
* The renderable array for the comment addition form.
|
||||
|
|
Loading…
Reference in New Issue