MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSpecialPageBeforeExecute ( $special, $subPage) | |
This hook is called before SpecialPage::execute. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialPageBeforeExecute" to register handlers implementing this interface.
Definition at line 14 of file SpecialPageBeforeExecuteHook.php.
MediaWiki\SpecialPage\Hook\SpecialPageBeforeExecuteHook::onSpecialPageBeforeExecute | ( | $special, | |
$subPage ) |
This hook is called before SpecialPage::execute.
SpecialPage | $special | |
string | null | $subPage | Subpage string, or null if no subpage was specified |
Implemented in MediaWiki\HookContainer\HookRunner.