MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSkinBuildSidebar ( $skin, &$bar) | |
This hook is called at the end of Skin::buildSidebar(). | |
Stable to implement.
Definition at line 11 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.