MediaWiki
master
WhatLinksHerePropsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Specials\Hook
;
4
5
use
MediaWiki\Title\Title
;
6
use stdClass;
7
15
interface
WhatLinksHerePropsHook
{
27
public
function
onWhatLinksHereProps
( $row, $title, $target, &$props );
28
}
29
31
class_alias( WhatLinksHerePropsHook::class,
'MediaWiki\\Hook\\WhatLinksHerePropsHook'
);
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:69
MediaWiki\Specials\Hook\WhatLinksHerePropsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
WhatLinksHerePropsHook.php:15
MediaWiki\Specials\Hook\WhatLinksHerePropsHook\onWhatLinksHereProps
onWhatLinksHereProps( $row, $title, $target, &$props)
Use this hook to add annotations to Special:WhatLinksHere.
MediaWiki\Specials\Hook
Definition
AncientPagesQueryHook.php:3
includes
Specials
Hook
WhatLinksHerePropsHook.php
Generated on Sat Jan 17 2026 22:50:57 for MediaWiki by
1.10.0