From 1c72ba5a4ac409381aef53ffefef4689c4deb8c9 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org> Date: Mon, 22 Jan 2018 16:02:45 +0000 Subject: [PATCH] Issue #2935575 by gaurav.kapoor, kiamlaluno, amateescu: Fix or remove the @see tag --- .../src/Plugin/EntityReferenceSelection/CommentSelection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php b/core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php index 414c5b23111a..e806397a0e01 100644 --- a/core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php +++ b/core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php @@ -85,7 +85,7 @@ public function entityQueryAlter(SelectInterface $query) { // Passing the query to node_query_node_access_alter() is sadly // insufficient for nodes. - // @see SelectionEntityTypeNode::entityQueryAlter() + // @see \Drupal\node\Plugin\EntityReferenceSelection\NodeSelection::buildEntityQuery() if (!$this->currentUser->hasPermission('bypass node access') && !count($this->moduleHandler->getImplementations('node_grants'))) { $query->condition($node_alias . '.status', 1); } -- GitLab