Skip to content

Commit 5c60295

Browse files
committed
Extensions Hooks: how to get a complete list of hooks
1 parent 31289cf commit 5c60295

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Developer-Guide_Extensions-Hooks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## Hooks
44

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.
67
- Individual/specific hook functions can be [skipped/ignored/opted-out](/Developer-Guide_Extensions#how-to-opt-out-of-a-specific-hook-function).
78

89
### `post_family_config`

0 commit comments

Comments
 (0)