MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onTitleSquidURLs ( $title, &$urls) | |
This hook is called to determine which URLs to purge from HTTP caches. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "TitleSquidURLs" to register handlers implementing this interface.
Definition at line 14 of file TitleSquidURLsHook.php.
MediaWiki\Hook\TitleSquidURLsHook::onTitleSquidURLs | ( | $title, | |
& | $urls | ||
) |
This hook is called to determine which URLs to purge from HTTP caches.
Title | $title | Title object to purge |
string[] | &$urls | Array of URLs to purge from the caches, to be manipulated |
Implemented in MediaWiki\HookContainer\HookRunner.