5.7.72. Bugzilla::Template::Plugin::Hook¶
5.7.72.1. NAME¶
Bugzilla::Template::Plugin::Hook
5.7.72.2. DESCRIPTION¶
Template Toolkit plugin to process hooks added into templates by extensions.
5.7.72.3. METHODS¶
process
Description
Processes hooks added into templates by extensions.Params
hook_name
The unique name of the template hook.
template
(optional)The path of the calling template. This is used as a work around to a bug which causes the path to the hook to be incorrect when the hook is called from inside a block.
Example: If the hook
lastrow
is added to the template show-multiple.html.tmpl and it is desired to force the correct template path, the template hook would be:[% Hook.process("lastrow", "bug/show-multiple.html.tmpl") %]Returns
Output from processing template extension.
5.7.72.4. SEE ALSO¶
http://wiki.mozilla.org/Bugzilla:Writing_Extensions
This documentation undoubtedly has bugs; if you find some, please file them here.