diff options
-rw-r--r-- | Bugzilla/Hook.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index dcf82544d..ffb6a6e7b 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -77,6 +77,9 @@ subroutine to invoke any extension code if installed. The implementation of extensions is described in L<Bugzilla::Extension>. +There is sample code for every hook in the Example extension, located in +F<extensions/Example/Extension.pm>. + =head2 How Hooks Work When a hook named C<HOOK_NAME> is run, Bugzilla looks through all |