MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onSkinBuildSidebar ( $skin, &$bar) | |
This hook is called at the end of Skin::buildSidebar(). | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SkinBuildSidebar" to register handlers implementing this interface.
Definition at line 14 of file SkinBuildSidebarHook.php.
MediaWiki\Hook\SkinBuildSidebarHook::onSkinBuildSidebar | ( | $skin, | |
& | $bar ) |
This hook is called at the end of Skin::buildSidebar().
Skin | $skin | |
array | &$bar | Sidebar contents. Modify $bar to add or modify sidebar portlets. |
Implemented in MediaWiki\HookContainer\HookRunner.