MediaWiki master
WebRequestPathInfoRouterHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
22 public function onWebRequestPathInfoRouter( $router );
23}
This is a hook handler interface, see docs/Hooks.md.
onWebRequestPathInfoRouter( $router)
This hook is called while building the MediaWiki\Request\PathRouter to parse the REQUEST_URI.