You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Developer-Guide_Extensions-Hooks.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
3
3
## Hooks
4
4
5
-
- Hooks listed below appear in the order in which they are called.
5
+
- Hooks listed below appear in the order in which they are called, but the list is not complete.
6
+
- Running 'grep -h call_extension_method -r lib/|awk -F' ' '{print $2}'|grep '^"' |cut -d '"' -f 2|sort -u' in the build/ directory should give you a complete list of the currently available hooks, sorted alphabetically.
6
7
- Individual/specific hook functions can be [skipped/ignored/opted-out](/Developer-Guide_Extensions#how-to-opt-out-of-a-specific-hook-function).
0 commit comments