Problem/Motivation
API page: https://api.drupal.org/api/drupal/core%21modules%21views%21views.api.php...
See https://api.drupal.org/api/drupal/core%21modules%21views%21views.api.php...
This should contain the actual hooks, surely.
Proposed resolution
Remove
Remaining tasks
Patch
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 3028837-7.patch | 560 bytes | quietone |
| #4 | 3028837-4.patch | 417 bytes | quietone |
Comments
Comment #4
quietone commentedI compared view.api.php with other api.php files and looked at
@defgroup, @addtogroup, @ingroup, @{, @}: Groups and topics and I think this can be removed. iIt doesn't seem to offer any value to the documentation.
Not running tests because this is a doc only change.
Comment #5
joachim commentedLGTM.
Comment #6
alexpottThis looks like a hang-over from the D7 views module when it is not part of core. The views hooks are now listed on the core hooks page which make sense to me - see https://api.drupal.org/api/drupal/core%21core.api.php/group/hooks/9.2.x
We should also remove the final
So the number of closing and opening API tags are the same.
Comment #7
quietone commentedAh, I should have seen that.
Comment #8
joachim commentedComment #11
catchCommitted/pushed to 9.4.x and cherry-picked to 9.3.x, thanks!