MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onWebRequestPathInfoRouter ( $router) | |
This hook is called while building the MediaWiki\Request\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 12 of file WebRequestPathInfoRouterHook.php.
MediaWiki\Hook\WebRequestPathInfoRouterHook::onWebRequestPathInfoRouter | ( | $router | ) |
This hook is called while building the MediaWiki\Request\PathRouter to parse the REQUEST_URI.
\\MediaWiki\\Request\\PathRouter | $router |
Implemented in MediaWiki\HookContainer\HookRunner.