< Manual:Hooks 
 
      | WhatLinksHereProps | |
|---|---|
| Available from version 1.24.0 (Gerrit change ?) Allow extensions to annotate WhatLinksHere entries. | |
| Define function: | public static function onWhatLinksHereProps( ?? ) { ... }
 | 
| Attach hook: | In extension.json: {
	"Hooks": {
		"WhatLinksHereProps": "MyExtensionHooks::onWhatLinksHereProps"
	}
}
 | 
| Called from: | File(s): specials/SpecialWhatLinksHere.php | 
| Interface: | WhatLinksHerePropsHook.php | 
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:WhatLinksHereProps extensions.
Details
Allows extensions to annotate WhatLinksHere entries.
'Parameters missing!
    This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.