|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
| onGetFullURL ( $title, &$url, $query) | |
| Use this hook to modify fully-qualified URLs used in redirects/export/offsite data. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "GetFullURL" to register handlers implementing this interface.
Definition at line 14 of file GetFullURLHook.php.
| MediaWiki\Hook\GetFullURLHook::onGetFullURL | ( | $title, | |
| & | $url, | ||
| $query ) |
Use this hook to modify fully-qualified URLs used in redirects/export/offsite data.
| Title | $title | Title object of page |
| string | &$url | String value as output (out parameter, can modify) |
| string | $query | Query options as string passed to Title::getFullURL() |
Implemented in MediaWiki\HookContainer\HookRunner.