MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onGetInternalURL ( $title, &$url, $query) | |
Use this hook to modify fully-qualified URLs used for squid cache purging. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "GetInternalURL" to register handlers implementing this interface.
Definition at line 14 of file GetInternalURLHook.php.
MediaWiki\Hook\GetInternalURLHook::onGetInternalURL | ( | $title, | |
& | $url, | ||
$query ) |
Use this hook to modify fully-qualified URLs used for squid cache purging.
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::getInternalURL() |
Implemented in MediaWiki\HookContainer\HookRunner.