Manual:Hooks/SetupAfterCache

From MediaWiki.org
Jump to: navigation, search
SetupAfterCache
Available from version 1.14.0
Called in Setup.php, after cache objects are set

*Define function:
function fnMyHook(   ) { ... }

*Attach hook:
$wgHooks['SetupAfterCache'][] = 'MyExtensionHooks::someExample';
Called from: Setup.php

*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:SetupAfterCache extensions.

Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox