MediaWiki master
SidebarBeforeOutputHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Skin\Hook;
4
6
27 public function onSidebarBeforeOutput( $skin, &$sidebar ): void;
28}
29
31class_alias( SidebarBeforeOutputHook::class, 'MediaWiki\\Hook\\SidebarBeforeOutputHook' );
The base class for all skins.
Definition Skin.php:54
This is a hook handler interface, see docs/Hooks.md.
onSidebarBeforeOutput( $skin, &$sidebar)
Use this hook to edit the sidebar just before it is output by skins.