API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21...
The see also link to \Drupal\Core\Entity\Query\QueryInterface::notexists() is not working.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | fix_notExists_function_case_in_see_annotation-2938623-3.patch | 1.27 KB | kmbremner |
Comments
Comment #2
ivan berezhnov commentedComment #3
kmbremnerI believe this is because the @see annotation is lowercase but the function name is camel case.
Patch attached.
PS Be gentle, I'm new to this ;-)
Comment #4
kmbremnerComment #5
joachim commented> I believe this is because the @see annotation is lowercase but the function name is camel case.
I reckon that's probably it too.
Thanks for the patch!
Comment #8
xjmI grepped and confirmed that these are the only two cases (pun...) of the incorrect case:
Committed and pushed to 8.6.x, and cherry-picked to 8.5.x as a documentation improvement. Thanks!