Manual:Hooks/LogPageValidTypes
From MediaWiki.org
< Manual:Hooks(Redirected from Manual:MediaWiki hooks/LogPageValidTypes)
|
|
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.19.0. |
| LogPageValidTypes | |
|---|---|
| Available from version 1.5.0 Removed in version 1.19.0 |
|
*Define function: |
function fnMyHook( &$types ) { ... }
|
*Attach hook: |
$wgHooks['LogPageValidTypes'][] = 'MyExtensionHooks::someExample'; |
| Called from: | Setup.php |
*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:LogPageValidTypes extensions.
[edit] Details
- $type: array of strings