Skin:MonoBook/Hooks/MonoBookTemplateToolboxEnd
(Redirected from Manual:Hooks/MonoBookTemplateToolboxEnd)
This deprecated feature should no longer be used, but is still available for reasons of backwards compatibility. This feature was deprecated in version 1.17.0. |
MonoBookTemplateToolboxEnd | |
---|---|
Available from version 1.6.0 Called by Monobook skin after toolbox links have been rendered (useful for adding more) | |
Define function: | public static function onMonoBookTemplateToolboxEnd( $this ) { ... }
|
Attach hook: | In extension.json:
{
"Hooks": {
"MonoBookTemplateToolboxEnd": "MyExtensionHooks::onMonoBookTemplateToolboxEnd"
}
}
|
Called from: | File(s): MonoBook.php |
Interface: | MonoBookTemplateToolboxEndHook.php |
For more information about attaching hooks, see Manual:Hooks .
For examples of extensions using this hook, see Category:MonoBookTemplateToolboxEnd extensions.
UsageEdit
Usage is discouraged. Per-skin hooks are evil. Extensions should use SkinTemplateToolboxEnd.
The hook is deprecated since r67623 (version 1.17)
See also: