MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onWebRequestPathInfoRouter ( $router) | |
This hook is called while building the PathRouter to parse the REQUEST_URI. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "WebRequestPathInfoRouter" to register handlers implementing this interface.
Definition at line 14 of file WebRequestPathInfoRouterHook.php.
MediaWiki\Hook\WebRequestPathInfoRouterHook::onWebRequestPathInfoRouter | ( | $router | ) |
This hook is called while building the PathRouter to parse the REQUEST_URI.
PathRouter | $router |
Implemented in MediaWiki\HookContainer\HookRunner.