Manual:Hooks/SkinTemplateBuildNavUrlsNav urlsAfterPermalink
This deprecated feature should no longer be used, but is still available for reasons of backwards compatibility. This feature was deprecated in version 1.35.0. Please see SidebarBeforeOutput for an alternative way to use this feature. |
SkinTemplateBuildNavUrlsNav_urlsAfterPermalink | |
---|---|
Available from version 1.6.0 (r11803) This hook is called after creating the "permanent link" tab. For more information, see phab:T254431. | |
Define function: | public static function onSkinTemplateBuildNavUrlsNav_urlsAfterPermalink( &$skin, &$nav_urls, &$revid, &$revid2 ) { ... }
|
Attach hook: | In extension.json:
{
"Hooks": {
"SkinTemplateBuildNavUrlsNav_urlsAfterPermalink": "MyExtensionHooks::onSkinTemplateBuildNavUrlsNavurlsAfterPermalink"
}
}
|
Called from: | File(s): skins/SkinTemplate.php |
Interface: | SkinTemplateBuildNavUrlsNav_urlsAfterPermalinkHook.php |
For more information about attaching hooks, see Manual:Hooks .
For examples of extensions using this hook, see Category:SkinTemplateBuildNavUrlsNav_urlsAfterPermalink extensions.
DetailsEdit
- Should be used in conjunction with the BaseTemplateToolbox hook.