Add new plugin hooks documentation#170
Open
cconard96 wants to merge 3 commits intoglpi-project:masterfrom
Open
Add new plugin hooks documentation#170cconard96 wants to merge 3 commits intoglpi-project:masterfrom
cconard96 wants to merge 3 commits intoglpi-project:masterfrom
Conversation
07919b0 to
6d023c0
Compare
cedric-anne
reviewed
Jun 2, 2025
Member
cedric-anne
left a comment
There was a problem hiding this comment.
The hook names should probably be clarified. Developers may try to use the documented name as a string.
Maybe the FQCN should be added, like this: \Glpi\Plugins\Hooks::ADD_CSS_ANONYMOUS_PAGE.
Collaborator
|
Diff is too huge, branch must be rebased |
Closed
0a14d9a to
bdba552
Compare
bdba552 to
c858afb
Compare
Contributor
Author
|
Rebased. The documentation here, apart from the description at the very top, was automatically generated by the |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WIP adding documentation from glpi-project/glpi#19450 to enhance the plugin hook documenation. This is all to add the documentation for the missing hooks, improve the overall quality of the documentation, document the new
HooksandHookManagerclasses, and make it less likely that the hook documentation becomes out of date again.