diff options
author | Nathaniel Catchpole | 2018-01-22 16:02:45 (GMT) |
---|---|---|
committer | Nathaniel Catchpole | 2018-01-22 16:02:45 (GMT) |
commit | 1c72ba5a4ac409381aef53ffefef4689c4deb8c9 (patch) | |
tree | 67d708b6634eba2499ccb6bbab4446a9a8baed1f | |
parent | e9334689fa018857d68be651bebafcb5b3241b95 (diff) |
Issue #2935575 by gaurav.kapoor, kiamlaluno, amateescu: Fix or remove the @see tag
-rw-r--r-- | core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php b/core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php index 414c5b2..e806397 100644 --- a/core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php +++ b/core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php @@ -85,7 +85,7 @@ class CommentSelection extends DefaultSelection { // 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); } |