MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onWhatLinksHereProps ( $row, $title, $target, &$props) | |
Use this hook to add annotations to Special:WhatLinksHere. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "WhatLinksHereProps" to register handlers implementing this interface.
Definition at line 15 of file WhatLinksHerePropsHook.php.
MediaWiki\Hook\WhatLinksHerePropsHook::onWhatLinksHereProps | ( | $row, | |
$title, | |||
$target, | |||
& | $props ) |
Use this hook to add annotations to Special:WhatLinksHere.
stdClass | $row | The DB row of the entry. |
Title | $title | The Title of the page where the link comes FROM |
Title | $target | The Title of the page where the link goes TO |
string[] | &$props | Array of HTML strings to display after the title. |
Implemented in MediaWiki\HookContainer\HookRunner.