MediaWiki REL1_39
SpecialPageBeforeExecuteHook.php
Go to the documentation of this file.
1<?php
2
4
6
24 public function onSpecialPageBeforeExecute( $special, $subPage );
25}
Parent class for all special pages.
This is a hook handler interface, see docs/Hooks.md.
onSpecialPageBeforeExecute( $special, $subPage)
This hook is called before SpecialPage::execute.