diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-03-08 01:46:50 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-03-08 01:46:50 +0100 |
commit | bec277d2e7322b6a4b48b17ae092aefb07f24206 (patch) | |
tree | a488c6f05f4f77924ccb9c022ee2aee483cbdf28 /Bugzilla | |
parent | ae694a02f12dc5b21aabdfb45fdcb70bd1738410 (diff) | |
download | bugzilla-bec277d2e7322b6a4b48b17ae092aefb07f24206.tar.gz bugzilla-bec277d2e7322b6a4b48b17ae092aefb07f24206.tar.xz |
Add a note about the Example extension in the Bugzilla::Hook POD.
Diffstat (limited to 'Bugzilla')
-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 |