|
MediaWiki REL1_35
|
Stable to implement. More...

Public Member Functions | |
| onGetInternalURL ( $title, &$url, $query) | |
| Use this hook to modify fully-qualified URLs used for squid cache purging. | |
Stable to implement.
Definition at line 11 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.