MediaWiki
REL1_41
GetCacheVaryCookiesHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Output\OutputPage
;
6
14
interface
GetCacheVaryCookiesHook
{
25
public
function
onGetCacheVaryCookies
( $out, &$cookies );
26
}
MediaWiki\Output\OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:93
MediaWiki\Hook\GetCacheVaryCookiesHook
This is a hook handler interface, see docs/Hooks.md.
Definition
GetCacheVaryCookiesHook.php:14
MediaWiki\Hook\GetCacheVaryCookiesHook\onGetCacheVaryCookies
onGetCacheVaryCookies( $out, &$cookies)
Use this hook to get cookies that should vary cache options.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
GetCacheVaryCookiesHook.php
Generated on Wed Nov 27 2024 07:23:25 for MediaWiki by
1.10.0