Manual:Hooks/HTMLCacheUpdate::doUpdate
From MediaWiki.org
|
|
This feature has been deprecated and should not be used with current versions of MediaWiki. This feature was deprecated (or possibly removed completely) in version 1.17.0. |
| HTMLCacheUpdate::doUpdate | |
|---|---|
| Available from version 1.14.0 Removed in version 1.17.0 After cache invalidation updates are inserted into the job queue |
|
Define function: |
public static function onHTMLCacheUpdate::doUpdate( $title ) { ... }
|
Attach hook: |
$wgHooks['HTMLCacheUpdate::doUpdate'][] = 'MyExtensionHooks::onHTMLCacheUpdate::doUpdate'; |
| Called from: | HTMLCacheUpdate.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:HTMLCacheUpdate::doUpdate extensions.
[edit] Details
- $title: Title object, pages linked to this title are purged.