|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

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