MediaWiki REL1_35
WebRequestPathInfoRouterHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use PathRouter;
6
21 public function onWebRequestPathInfoRouter( $router );
22}
PathRouter class.
onWebRequestPathInfoRouter( $router)
This hook is called while building the PathRouter to parse the REQUEST_URI.